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