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