Computer Science, asked by akshi3301, 1 year ago

How to pass autogenrate columns of particular table using c#?

Answers

Answered by gp5194051
0
I'm using a web service that returns a dataset. in this dataset there are 5 table, let's say table A, B, C, D, E. I use table A.

So

DataTable dt = new DataTable() dt = dataset.Table["A"]
Similar questions