DesignerDataColumn.Nullable プロパティ

定義

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

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

プロパティ値

true 列がデータ ストア内で null になる可能性がある場合。それ以外の場合は false

適用対象