ModelMetadata.IsNullableValueType プロパティ

定義

モデルが null 許容型であるかどうかを指定する値を取得します。

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

プロパティ値

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

適用対象