1 write to sqlGeographyFromWKTString
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
163
this.
sqlGeographyFromWKTString
= CreateStaticConstructorDelegate<string>(sqlGeog, "STGeomFromText");
2 references to sqlGeographyFromWKTString
System.Data.Entity (2)
System\Data\SqlClient\SqlTypesAssembly.cs (2)
434
return
sqlGeographyFromWKTString
(wellKnownText, srid);
487
return (spatialValue.IsGeography ?
sqlGeographyFromWKTString
(textValue, srid.Value) : sqlGeometryFromWKTString(textValue, srid.Value));