DbSpatialServices.GetSpatialTypeName Metodo

Definizione

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

Overload

Nome Descrizione
GetSpatialTypeName(DbGeography)

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

GetSpatialTypeName(DbGeometry)

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

GetSpatialTypeName(DbGeography)

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

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 geography.

Valori restituiti

Nome del tipo spaziale del valore specificato DbGeography .

Si applica a

GetSpatialTypeName(DbGeometry)

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

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 geometry.

Valori restituiti

Nome del tipo spaziale del valore specificato DbGeometry .

Si applica a