2 overrides of AsGml
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
674
public override string
AsGml
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
589
public override string
AsGml
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to AsGml
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
445
public string AsGml() { return this.spatialSvcs.
AsGml
(this); }