2 overrides of GeographyPointFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
201
public override DbGeography
GeographyPointFromText
(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
43
public override System.Data.Spatial.DbGeography
GeographyPointFromText
(string pointText, int srid)
1 reference to GeographyPointFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
290
return DbSpatialServices.Default.
GeographyPointFromText
(pointWellKnownText, coordinateSystemId);