3 references to GetKeysFromPredicate
System.Data.Linq (3)
DataServices.cs (3)
525if (this.GetKeysFromPredicate(type, keys, predicate.Body) 546return this.GetKeysFromPredicate(type, keys, bex.Left) && 547this.GetKeysFromPredicate(type, keys, bex.Right);