ModelMetadata.IsNullableValueType プロパティ

定義

モデルが null 許容値型かどうかを示す値を取得します。

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

プロパティ値

true モデルが null 許容値型の場合。それ以外の場合は false

適用対象