Condividi tramite


DbSpatialServices.GetSpatialTypeName Metodo

Definizione

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

Overload

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:
 abstract System::String ^ GetSpatialTypeName(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract string GetSpatialTypeName (System.Data.Spatial.DbGeography geographyValue);
abstract member GetSpatialTypeName : System.Data.Spatial.DbGeography -> string
Public MustOverride Function GetSpatialTypeName (geographyValue As DbGeography) As String

Parametri

geographyValue
DbGeography

Valore di geografia.

Restituisce

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:
 abstract System::String ^ GetSpatialTypeName(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract string GetSpatialTypeName (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetSpatialTypeName : System.Data.Spatial.DbGeometry -> string
Public MustOverride Function GetSpatialTypeName (geometryValue As DbGeometry) As String

Parametri

geometryValue
DbGeometry

Valore di geometria.

Restituisce

Nome del tipo spaziale del valore DbGeometry specificato.

Si applica a