2 overrides of AsText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
286
public override string
AsText
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
209
public override string
AsText
(System.Data.Spatial.DbGeography geographyValue)
1 reference to AsText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
405
public string AsText() { return this.spatialSvcs.
AsText
(this); }