IFieldState<T>.IsNullable 属性

定义

测试以查看字段是否可为 null。

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

属性值

如果字段可为 null,则为 True。

适用于