2 references to Disjoint
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
88
yield return GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.
Disjoint
(default(System.Data.Spatial.DbGeography)));
168
result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.
Disjoint
(default(System.Data.Spatial.DbGeography))), "SpatialDisjoint");