I have been trying to create a dynamic query that will check the contents of a datatable.
The thing is I the number columns to be selected and also there names are given at runtime.
The where clause thus needs to be constructed dynamically.
Is there any w...