Freigeben über


EdmTypeReference.IsNullable-Eigenschaft

Ruft einen Wert ab, der angibt, ob es sich um einen auf NULL festlegbaren Typ handelt.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn es sich um einen auf NULL festlegbaren Typ handelt, andernfalls false.

Implementiert

IEdmTypeReference.IsNullable

Siehe auch

Verweis

EdmTypeReference Klasse

Microsoft.Data.Edm.Library-Namespace