2 overrides of GeographyPolygonFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
207public override DbGeography GeographyPolygonFromText(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
57public override System.Data.Spatial.DbGeography GeographyPolygonFromText(string polygonText, int srid)
1 reference to GeographyPolygonFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
304return DbSpatialServices.Default.GeographyPolygonFromText(polygonWellKnownText, coordinateSystemId);