ModelMetadata.IsNullableValueType 속성

정의

모델이 null을 허용하는 값 형식인지 여부를 지정하는 값을 가져옵니다.

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

속성 값

Boolean

모델이 null을 허용되는 값 형식이면 true이고, 그렇지 않으면 false입니다.

적용 대상