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