2 overrides of AsText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
660
public override string
AsText
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
597
public override string
AsText
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to AsText
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
425
public string AsText() { return this.spatialSvcs.
AsText
(this); }