次の方法で共有


Column.IsNullable プロパティ

定義

false の場合、列は null 値を含むことができません。 true であっても、列がキー列である場合、null 値を含むことはできません。

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

プロパティ値

適用対象