Condividi tramite


Proprietà DbGeography.StartPoint

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore DbGeography che rappresenta il punto iniziale di questo valore, che potrebbe essere Null se questo valore DbGeography non rappresenta una curva.

Spazio dei nomi:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property StartPoint As DbGeography 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Data.Entity.Spatial.DbGeography
Valore DbGeography che rappresenta il punto iniziale di questo valore.

Vedere anche

Riferimento

DbGeography Classe

Spazio dei nomi System.Data.Entity.Spatial