2 references to Within
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
126
yield return GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.
Within
(default(System.Data.Spatial.DbGeometry)));
206
result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.
Within
(default(System.Data.Spatial.DbGeometry))), "SpatialWithin");