4 references to HasKeyPredicate
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
71if ((rse != null) && !rse.HasKeyPredicate) 793if (!rse.HasKeyPredicate && // no-op, already returns a singleton
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (2)
124/// May be null. Use <see cref="HasKeyPredicate"/> to test for the presence of a value. 137get { return this.HasKeyPredicate; }