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