internal void VisitQueryOptionExpression(TakeQueryOptionExpression tqoe) { this.TakeCount = (int)tqoe.TakeAmount.Value; }