Freigeben über


DbGeography.IsEmpty-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft einen booleschen Wert ab, für den Nullwerte zulässig sind und der angibt, ob dieser DbGeography-Wert leer ist.

Namespace:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Usage
Dim instance As DbGeography 
Dim value As Boolean 

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn dieser DbGeography-Wert leer ist; andernfalls false.

Siehe auch

Verweis

DbGeography Klasse

System.Data.Entity.Spatial-Namespace