バージョン 20.1

GetNullText メソッド (EmbeddableEditorOwnerBase)

null値の代わりに表示する文字列を返します。
シンタックス
public virtual bool GetNullText( 
   object ownerContext,
   out string nullText
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
nullText
(出力)値がnullまたはDB_Nullの場合に使用される文字列。

戻り値の型

意味のある値が返されたかどうかを示すブール値。
解説
デフォルトの実装は false を返します。
参照