I have 6 values for which you need to filter data:
- date c / f
- s / f number
- provider
- recipient
- executor
- Tin company
On the server side, I get a string [] with these values. If the cap is above the field, the parameter participates in filtering and vice versa. How to form a LINQ query that, if there is no parameter in string [], does not consider it in data filtering and vice versa.
var MySelect = from q in MyDB ...???