Hi all, I hope you can help.
I have an object called tblTask (From linq query to the object) which has fields such as T3_1, T3_2, T3_3, T3_4. These are questions that need to be filled in by the user.
I want to run a dynamic query to find out if any information is in that field or not.
The...