2 overrides of AsGml
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
300public override string AsGml(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
201public override string AsGml(System.Data.Spatial.DbGeography geographyValue)
1 reference to AsGml
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
425public string AsGml() { return this.spatialSvcs.AsGml(this); }