SqlSpatialServices.GetSpatialTypeName Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetSpatialTypeName(DbGeography) |
Devuelve un valor que indica el nombre de tipo espacial del valor DbGeography determinado. |
GetSpatialTypeName(DbGeometry) |
Devuelve un valor que indica el nombre de tipo espacial del valor DbGeometry determinado. |
GetSpatialTypeName(DbGeography)
Devuelve un valor que indica el nombre de tipo espacial del valor DbGeography determinado.
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
Parámetros
- geographyValue
- DbGeography
Valor de geografía.
Devoluciones
El nombre de tipo espacial del valor DbGeography determinado.
Se aplica a
GetSpatialTypeName(DbGeometry)
Devuelve un valor que indica el nombre de tipo espacial del valor DbGeometry determinado.
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
Parámetros
- geometryValue
- DbGeometry
Valor de geometría.
Devoluciones
El nombre de tipo espacial del valor DbGeometry determinado.