4 references to HasKeyPredicate
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
71
if ((rse != null) && !rse.
HasKeyPredicate
)
793
if (!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.
137
get { return this.
HasKeyPredicate
; }