Answer Posted / vaidyanathan r.
int count = 0
foreach(DataTable CurrTable in DataSet1.Tables)
Count += currTable.Rows.Count;
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is row state?
What is data reader in ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are the different methods available under the sqlcommand class to access the data?
What are all components of ADO.Net data provider?
Explain the difference in record set and dataset?
What is ado net stands for?
What is ado code?
What is a dataview?
What is aggregate root?
What is the default provider in ado.net?
Define isolation?
What are the advantage of ado.net?
How to find the given query is optimised one or not?
What connected data?