2 overrides of Buffer
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
734
public override DbGeometry
Buffer
(DbGeometry geometryValue, double distance)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
718
public override System.Data.Spatial.DbGeometry
Buffer
(System.Data.Spatial.DbGeometry geometryValue, double distance)
1 reference to Buffer
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
578
return this.spatialSvcs.
Buffer
(this, distance.Value);