다음을 통해 공유


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

적용 대상