예제 #1
0
        private static bool ProcessTake(
            SelectExpression selectExpression, TakeResultOperator takeResultOperator)
        {
            selectExpression.AddLimit(takeResultOperator.GetConstantCount());

            return(false);
        }