Click here to Skip to main content
15,889,462 members
Articles / Programming Languages / C#

Expression Tree Traversal Via Visitor Pattern in Practice

Rate me:
Please Sign up or sign in to vote.
4.96/5 (15 votes)
15 May 2018CPOL5 min read 28.1K   276   25  
How to deal with expression trees, presented at C# as generic Expression type, to achieve some practical goals, for example - translating them to specific language like T-SQL.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Other Other
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions