2 overrides of AsBinary
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
667
public override byte[]
AsBinary
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
581
public override byte[]
AsBinary
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to AsBinary
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
437
public byte[] AsBinary() { return this.spatialSvcs.
AsBinary
(this); }