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