/// <summary> Generates the well known text representation of this DbGeometry value. Includes only X and Y coordinates for points. </summary> /// <returns>A string containing the well known text representation of this DbGeometry value.</returns> public virtual string AsText() { return(_spatialProvider.AsText(this)); }