2 overrides of GeographyMultiPolygonFromBinary
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
165public override DbGeography GeographyMultiPolygonFromBinary(byte[] geographyBinary, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
141public override System.Data.Spatial.DbGeography GeographyMultiPolygonFromBinary(byte[] multiPolygonBytes, int srid)
1 reference to GeographyMultiPolygonFromBinary
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
186return DbSpatialServices.Default.GeographyMultiPolygonFromBinary(multiPolygonWellKnownBinary, coordinateSystemId);