2 overrides of AsBinary
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
293public override byte[] AsBinary(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
193public override byte[] AsBinary(System.Data.Spatial.DbGeography geographyValue)
1 reference to AsBinary
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
417public byte[] AsBinary() { return this.spatialSvcs.AsBinary(this); }