ModelMetadata.IsNullableValueType Property

Definition

Gets a value that specifies whether the model is a nullable value type.

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

Property Value

true if the model is a nullable value type; otherwise, false.

Applies to