次の方法で共有


IFieldState<T>.IsNullable プロパティ

定義

フィールドが null 許容かどうかをテストします。

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

プロパティ値

フィールドが null 許容の場合は True です。

適用対象