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