Proprietà IEdmTypeReference.IsNullable
Ottiene un valore che indica se il tipo ammette i valori Null.
Spazio dei nomi Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
ReadOnly Property IsNullable As Boolean
Get
'Utilizzo
Dim instance As IEdmTypeReference
Dim value As Boolean
value = instance.IsNullable
bool IsNullable { get; }
property bool IsNullable {
bool get ();
}
abstract IsNullable : bool
function get IsNullable () : boolean
Valore proprietà
Tipo: System.Boolean
true se il tipo ammette i valori Null; in caso contrario, false.