Gets the X coordinate of this DbGeometry value, if it represents a point.
public Nullable<double> XCoordinate { get; }
The X coordinate value of this geometry value, if it represents a point; otherwise, null.
DbGeometry ClassSystem.Data.Entity.Spatial Namespace