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