RelationalGeometryTypeMapping<TGeometry,TProvider>.AsText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Well-Known-Text (WKT) representation of the given object.
protected abstract string AsText(object value);
abstract member AsText : obj -> string
Protected MustOverride Function AsText (value As Object) As String
Parameters
- value
- Object
The 'Geometry' value.
Returns
The WKT.