Dear Concern,
i create a new class in C# . after filling an adapter all i need is to populate table adapters rows into a datatable or some other container that can hold the returinig table.
below is the code:
ReconTableAdapter
rtab.Reterieve_Status(data_set.Recon, status_logs[i]);
Reterieve_Status(query) takes (status_logs[i]) as input parameter and reterive the rows from table based on the input paramter.
Here i want to store the query result in some container i.e DataTable/array for decision purpose.
Best Regards
Nisar Ahmad