SqlSpatialServices.GetSpatialTypeName Method
Returns a value that indicates the spatial type name of the given value.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
Name | Description | |
---|---|---|
![]() | GetSpatialTypeName(DbGeography) | Returns a value that indicates the spatial type name of the given DbGeography value.(Overrides DbSpatialServices.GetSpatialTypeName(DbGeography).) |
![]() | GetSpatialTypeName(DbGeometry) | Returns a value that indicates the spatial type name of the given DbGeometry value.(Overrides DbSpatialServices.GetSpatialTypeName(DbGeometry).) |
SqlSpatialServices.GetSpatialTypeName Method (DbGeography)
Returns a value that indicates the spatial type name of the given DbGeography value.
Parameters
- geographyValue
-
Type:
System.Data.Entity.Spatial.DbGeography
The geography value.
SqlSpatialServices.GetSpatialTypeName Method (DbGeometry)
Returns a value that indicates the spatial type name of the given DbGeometry value.
Parameters
- geometryValue
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value.