Why would I want to use an ExpressionVisitor?
There was a issue where on the database we had fields which contained 0 or 1 (numeric), and we wanted to use bools on the application. The solution was to create a “Flag” object, which contained the 0 or 1 and had a conversion to bool. We used it like a bool through all the … Read more