2 overrides of GeographyPointFromBinary
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
140public override DbGeography GeographyPointFromBinary(byte[] geographyBinary, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
106public override System.Data.Spatial.DbGeography GeographyPointFromBinary(byte[] pointBytes, int srid)
1 reference to GeographyPointFromBinary
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
120return DbSpatialServices.Default.GeographyPointFromBinary(pointWellKnownBinary, coordinateSystemId);