Freigeben über


IEdmTypeReference.IsNullable-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn der Typ auf NULL festgelegt werden kann; andernfalls false.

Siehe auch

Verweis

IEdmTypeReference Schnittstelle

Microsoft.Data.Edm-Namespace