SqlFacetAttribute.IsNullable Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
.