Condividi tramite


Metodo SqlSpatialServices.GetStartPoint (DbGeography)

[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.]

Restituisce un valore DbGeography che rappresenta il punto iniziale del valore DbGeography specificato, che potrebbe essere Null se il valore non rappresenta una curva.

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

Sintassi

'Dichiarazione
Public Overrides Function GetStartPoint ( _
    geographyValue As DbGeography _
) As DbGeography
'Utilizzo
Dim instance As SqlSpatialServices 
Dim geographyValue As DbGeography 
Dim returnValue As DbGeography 

returnValue = instance.GetStartPoint(geographyValue)
public override DbGeography GetStartPoint(
    DbGeography geographyValue
)
public:
virtual DbGeography^ GetStartPoint(
    DbGeography^ geographyValue
) override
abstract GetStartPoint : 
        geographyValue:DbGeography -> DbGeography  
override GetStartPoint : 
        geographyValue:DbGeography -> DbGeography
public override function GetStartPoint(
    geographyValue : DbGeography
) : DbGeography

Parametri

Valore restituito

Tipo: System.Data.Entity.Spatial.DbGeography
Punto iniziale del valore DbGeography specificato.

Vedere anche

Riferimento

SqlSpatialServices Classe

Overload GetStartPoint

Spazio dei nomi System.Data.Entity.SqlServer