Share via


EdmScalarPropertyAttribute.IsNullable プロパティ

定義

プロパティに null 値を割り当てることができるかどうかを示す値を取得または設定します。

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

プロパティ値

プロパティに null 値を割り当てることができるかどうかを示す値。

注釈

プロパティと EntityKeyProperty プロパティのIsNullable両方を にtrueすることはできません。

適用対象