Suhas Kurse

Suhas Kurse

  • NA
  • 51
  • 27.6k

How can turn datatable into dictionary ?

Aug 26 2019 8:00 PM
I am using Visual Studio 2017.
 
I want to convert datatable into dictionary, so that I can iterate over the testid key. The datable has 8 columns. 
 
So after converting I should be able to iterrate over it as shown below
 
string testy=dbDict(Testid).ColumnName.toString();
 
Thank you for the answer;

Answers (3)