Condividi tramite


Proprietà EdmTypeReference.IsNullable

Ottiene un valore che indica se il tipo ammette i valori Null.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsNullable As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
true se il tipo ammette i valori Null; in caso contrario, false.

Implementa

IEdmTypeReference.IsNullable

Vedere anche

Riferimento

EdmTypeReference Classe

Spazio dei nomi Microsoft.Data.Edm.Library