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