Share via


ModelMetadata.IsNullableValueType 属性

定义

获取指定模型是否为可置零类型的值。

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

属性值

如果该模型是 null 值类型,则为 true;否则为 false

适用于