SqlFacetAttribute.IsNullable Proprietà

Definizione

Indica se il tipo restituito del tipo definito dall'utente può essere 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

Valore della proprietà

true se il tipo restituito del tipo definito dall'utente può essere null; in caso contrario, false.

Commenti

Il valore predefinito è true.

Si applica a