2 overrides of Within
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
710
public override bool
Within
(DbGeometry geometryValue, DbGeometry otherGeometry)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
682
public override bool
Within
(System.Data.Spatial.DbGeometry geometryValue1, System.Data.Spatial.DbGeometry geometryValue2)
1 reference to Within
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
520
return this.spatialSvcs.
Within
(this, other);