2 references to TakeQueryOptionExpression
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
798
AddSequenceQueryOption(rse, new
TakeQueryOptionExpression
(mce.Type, Expression.Constant(maxCardinality)));
1244
return AnalyzeResourceSetConstantMethod(mce, (callExp, resource, takeCount) => { AddSequenceQueryOption(resource, new
TakeQueryOptionExpression
(callExp.Type, takeCount)); return resource; });