Partager via


Propriété EdmTypeReference.IsNullable

Obtient une valeur indiquant si ce type est Nullable.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsNullable As Boolean
    Get
'Utilisation
Dim instance As EdmTypeReference
Dim value As Boolean

value = instance.IsNullable
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
    bool get () sealed;
}
abstract IsNullable : bool
override IsNullable : bool
final function get IsNullable () : boolean

Valeur de propriété

Type : System.Boolean
True si ce type est nullable ; sinon, false.

Implémente

IEdmTypeReference.IsNullable

Voir aussi

Référence

EdmTypeReference Classe

Espace de noms Microsoft.Data.Edm.Library