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