3 references to AsSpatialValue
System.Data.Entity (3)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
987
AppendSpatialConstant(result, ((DbGeography)e.Value).
AsSpatialValue
());
System\Data\SqlClient\SqlSpatialServices.cs (1)
159
var spatialValue = geographyValue.
AsSpatialValue
();
System\Data\SqlClient\SqlTypesAssembly.cs (1)
421
object result = GetSqlTypesSpatialValue(geographyValue.
AsSpatialValue
(), SqlGeographyType);