Is it possible to add and remove criteria on the fly with dapper? I need this to implement user driven filtering. It is not feasible to have a query for each filter as there are too many combinations.
|
feedback
|
|
At the most basic level, you can just build the TSQL dynamically in a StringBuilder - adding extra | |||||||||
feedback
|