3 references to AsGml
System.Data.Entity (3)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
85
yield return GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.
AsGml
());
165
result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.
AsGml
()), "AsGml");
System\Data\SqlClient\IDbSpatialValue.cs (1)
133
get { return NullIfNotImplemented(geog => geog.
AsGml
()); }