Freigeben über


DbGeometry.IsSimple-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, der Nullwerte zulässt und der angibt, ob dieser DbGeometry-Wert einfach ist.

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

Syntax

'Declaration
Public ReadOnly Property IsSimple As Boolean 
    Get
'Usage
Dim instance As DbGeometry 
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean
true , wenn dieser DbGeometry-Wert einfach ist; andernfalls false.

Siehe auch

Verweis

DbGeometry Klasse

System.Data.Entity.Spatial-Namespace