EntityParameter.IsNullable プロパティ

定義

パラメーターが null 値を受け入れるかどうかを示す値を取得または設定します。

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 null 値が受け入れられる場合。それ以外の場合は false

適用対象