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 値を持つことができるかどうかを示す値。

注釈

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

適用対象