Skip to content

Commit

Permalink
Update src/NHibernate/Linq/Visitors/SelectClauseVisitor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte authored Aug 20, 2023
1 parent 56e5d34 commit 81788ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NHibernate/Linq/Visitors/SelectClauseVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public IEnumerable<HqlExpression> GetHqlNodes()
{
return _hqlTreeNodes;
}

public void VisitSelector(Expression expression) => VisitSelector(expression, false);

public void VisitSelector(Expression expression, bool isSubQuery)
Expand Down

0 comments on commit 81788ac

Please sign in to comment.