2 overrides of GetXCoordinate
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
787
public override double?
GetXCoordinate
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
795
public override double?
GetXCoordinate
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetXCoordinate
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
674
public double? XCoordinate { get { return this.spatialSvcs.
GetXCoordinate
(this); } }