2 overrides of GetSpatialTypeName
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
272
public override string
GetSpatialTypeName
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
177
public override string
GetSpatialTypeName
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetSpatialTypeName
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
390
public string SpatialTypeName { get { return this.spatialSvcs.
GetSpatialTypeName
(this); } }