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입니다.

적용 대상