次の方法で共有


DesignerDataColumn.Nullable プロパティ

定義

データ ストア内で、列を null にできるかどうかを示す値を取得します。

public:
 property bool Nullable { bool get(); };
public bool Nullable { get; }
member this.Nullable : bool
Public ReadOnly Property Nullable As Boolean

プロパティ値

データ ストア内で、列を null にできる場合は true。それ以外の場合は false

適用対象