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