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