DesignerDataColumn.Nullable 屬性

定義

會取得一個值,表示該欄位在資料儲存中是否可以為空。

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

屬性值

true如果欄位在資料儲存中可以為空;否則,。 false

適用於