How to create Query syntax for multiple DataTable for implementing IN operator of Sql Server
- by Shantanu Gupta
I have fetched 3-4 tables by executing my stored procedure. Now they resides on my dataset.
I have to maintain this dataset for multiple forms and I am not doing any DML operation on this dataset.
Now this dataset contains 4 tables out of which i have to fetch some records to display data.
Data stored in tables are in form of one to many…