Condividi tramite


Proprietà DbGeography.EndPoint

[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 EndPoint As DbGeography 
    Get
'Utilizzo
Dim instance As DbGeography 
Dim value As DbGeography 

value = instance.EndPoint
public DbGeography EndPoint { get; }
public:
property DbGeography^ EndPoint {
    DbGeography^ get ();
}
member EndPoint : DbGeography
function get EndPoint () : 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