Nisar Ahmad

Nisar Ahmad

  • NA
  • 6
  • 0

C# TableAdapters

Apr 2 2009 7:10 AM

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 = new ReconTableAdapter();

NCMA_DataSet data_set = new NCMA_DataSet();

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


Answers (1)