ModelMetadata.IsNullableValueType 속성

정의

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

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

속성 값

true모델이 nullable 값 형식이면 이고, 그렇지 않으면 . false

적용 대상