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수 없습니다.

적용 대상