2 overrides of GetCoordinateSystemId
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
260
public override int
GetCoordinateSystemId
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
169
public override int
GetCoordinateSystemId
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetCoordinateSystemId
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
380
public int CoordinateSystemId { get { return this.spatialSvcs.
GetCoordinateSystemId
(this); } }