EntityParameter.IsNullable 屬性

定義

取得或設定一個值,指示參數是否接受空值。

public:
 virtual property bool IsNullable { bool get(); void set(bool value); };
public override bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Overrides Property IsNullable As Boolean

屬性值

true若接受空值;否則,。 false

適用於