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