RequiredAttribute.AllowEmptyStrings プロパティ

定義

空の文字列を使用できるかどうかを示す値を取得または設定します。

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

プロパティ値

空の文字列を使用できる場合は true。それ以外の場合は false。 既定値は false です。

注釈

データ フィールドに 対して を にtrue設定AllowEmptyStringsすると、動的データは検証を実行せず、空の文字列を値にnull変換します。 この値は、データベースに渡されます。

データベースで値が許可 null されていない場合は、エラーが発生します。 このエラーを回避するには、 も に設定 ConvertEmptyStringToNull する false必要があります。

適用対象