2 overrides of Within
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
710public override bool Within(DbGeometry geometryValue, DbGeometry otherGeometry)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
682public 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)
520return this.spatialSvcs.Within(this, other);