2 overrides of GeographyMultiPolygonFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
226public override DbGeography GeographyMultiPolygonFromText(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
78public override System.Data.Spatial.DbGeography GeographyMultiPolygonFromText(string multiPolygonText, int srid)
1 reference to GeographyMultiPolygonFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
356return DbSpatialServices.Default.GeographyMultiPolygonFromText(multiPolygonWellKnownText, coordinateSystemId);