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