1 reference to GeographyFromGml
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1067
functionExpression = (spatialValue.IsGeography ? SpatialEdmFunctions.
GeographyFromGml
(gmlString, srid.Value) : SpatialEdmFunctions.GeometryFromGml(gmlString, srid.Value));