I am attempting to write a query against a datatable in linq. There are 5 comboboxes, each of which have a number of values that can be used to filter the datatable. One of the options for each of the five comboboxes is to not filter the datatable based upon any of the values in that particular combobox.
Normally I would use a concatanated strings with the rowfilter property. How do i do the same thing with a linq query and the where clause, more specifically is there a way to not apply a filter for the values in a particular combobox.
Any help much appreciated
Normally I would use a concatanated strings with the rowfilter property. How do i do the same thing with a linq query and the where clause, more specifically is there a way to not apply a filter for the values in a particular combobox.
Any help much appreciated