DbGeography.StartPoint-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 DbGeography-Wert ab, der den Anfangspunkt des Werts darstellt. Der kann möglicherweise NULL sein, wenn dieser DbGeography-Wert keine Kurve darstellt.
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property StartPoint As DbGeography
Get
'Usage
Dim instance As DbGeography
Dim value As DbGeography
value = instance.StartPoint
public DbGeography StartPoint { get; }
public:
property DbGeography^ StartPoint {
DbGeography^ get ();
}
member StartPoint : DbGeography
function get StartPoint () : DbGeography
Eigenschaftswert
Typ: System.Data.Entity.Spatial.DbGeography
Ein DbGeography-Wert, der den Startpunkt dieses Werts darstellt.