2 overrides of GeographyCollectionFromBinary
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
171
public override DbGeography
GeographyCollectionFromBinary
(byte[] geographyBinary, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
148
public override System.Data.Spatial.DbGeography
GeographyCollectionFromBinary
(byte[] geographyCollectionBytes, int srid)
1 reference to GeographyCollectionFromBinary
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
200
return DbSpatialServices.Default.
GeographyCollectionFromBinary
(geographyCollectionWellKnownBinary, coordinateSystemId);