Share via


EntityParameter.IsNullable Proprietà

Definizione

Ottiene o imposta un valore che indica se il parametro ammette valori Null.

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

Valore della proprietà

true se sono ammessi valori Null; in caso contrario, false.

Si applica a