共用方式為


EntityParameter.IsNullable 屬性

定義

取得或設定值,這個值指出該參數是否接受 null 值。

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

屬性值

如果接受 Null 值,則為 true;否則為 false。

適用於