コード例 #1
0
 /// <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));
 }