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