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