ModelMetadata.IsNullableValueType Property

Definition

Gets a value that indicates whether the type is nullable.

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

Property Value

true if the type is nullable; otherwise, false.

Applies to