EdmProperty.Nullable プロパティ

定義

この EdmProperty に Null 値を割り当てることができるかどうかを示す値を取得します。

public:
 property bool Nullable { bool get(); };
public bool Nullable { get; }
member this.Nullable : bool
Public ReadOnly Property Nullable As Boolean

プロパティ値

この EdmProperty が null 値を持つことができる場合は true。それ以外の場合は false

適用対象