Propriété IEdmTypeReference.IsNullable
Obtient une valeur indiquant si ce type est Nullable.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property IsNullable As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true si ce type est nullable ; sinon, false.