Lingua

SqlSpatialServices.GetSpatialTypeName Metodo

Definizione

Overload

Nome Descrizione
GetSpatialTypeName(DbGeography)

Restituisce un valore che indica il nome del tipo spaziale del valore DbGeography specificato.

GetSpatialTypeName(DbGeometry)

Restituisce un valore che indica il nome del tipo spaziale del valore DbGeometry specificato.

GetSpatialTypeName(DbGeography)

Restituisce un valore che indica il nome del tipo spaziale del valore DbGeography specificato.

public override string GetSpatialTypeName(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetSpatialTypeName : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function GetSpatialTypeName (geographyValue As DbGeography) As String

Parametri

geographyValue
DbGeography

Valore di geografia.

Valori restituiti

Nome del tipo spaziale del valore DbGeography specificato.

Si applica a

GetSpatialTypeName(DbGeometry)

Restituisce un valore che indica il nome del tipo spaziale del valore DbGeometry specificato.

public override string GetSpatialTypeName(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetSpatialTypeName : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function GetSpatialTypeName (geometryValue As DbGeometry) As String

Parametri

geometryValue
DbGeometry

Valore di geometria.

Valori restituiti

Nome del tipo spaziale del valore DbGeometry specificato.

Si applica a