protected virtual void VisitSelectColumn(ODataSelectColumnExpression node) { this.Visit(node.Expression); }