Column.IsNullable 属性

定义

如果为 false,则列不能包含 NULL。 即使为 true,如果它为键列,则仍不允许包含 NULL

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

属性值

适用于