SqlFacetAttribute.IsNullable プロパティ

定義

ユーザー定義型の戻り値の型に null が許容されているかどうかを示します。

public:
 property bool IsNullable { bool get(); void set(bool value); };
public bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Property IsNullable As Boolean

プロパティ値

ユーザー定義型の戻り値の型に true が許容されている場合は null。それ以外の場合は false

注釈

既定値は true です。

適用対象