We have a Dataset with about 40 TableAdapters on it. These are used everywhere in several hundred differnt projects.
To add a layer of security I now have the requirement to add some paramaters to all the queries on all the TableAdapters in the Dataset.
Is there a way I can intercept all queries and add the paramater so I do not need to update all the code using the table adapters?