2 overrides of GetYCoordinate
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
792
public override double?
GetYCoordinate
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
803
public override double?
GetYCoordinate
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetYCoordinate
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
680
public double? YCoordinate { get { return this.spatialSvcs.
GetYCoordinate
(this); } }