Handling Multiple Tables in Typed Dataset
Hi,
How will i create and fill data in Typed Dataset containing more then one table?..How will i populate the respective table involved in the SQL Query?
For example in my Typed Dataset i have 2 tables Employee and Department table. I'm fetching the data from both the tables in the sql query. How will i use DataAdapter to fill both the tables in the Typed DataSet?
regards,
Manpreet