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

プロパティ値

null 値を受け取る場合は true。それ以外の場合は false

適用対象