共用方式為


Column.IsNullable 屬性

定義

若為 False,則表示資料行不能包含 Null。 即使為 rue,若該資料行為索引鍵資料行,則仍然不允許 Null。

public bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Property IsNullable As Boolean

屬性值

適用於