2 overrides of GeographyFromBinary
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
127
public override DbGeography
GeographyFromBinary
(byte[] geographyBinary, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
92
public override System.Data.Spatial.DbGeography
GeographyFromBinary
(byte[] geographyBytes, int srid)
1 reference to GeographyFromBinary
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
92
return DbSpatialServices.Default.
GeographyFromBinary
(wellKnownBinary, coordinateSystemId);