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
How to identify the controls which can be used for binding data?
What is the use of sqldatareader class?
differance between ADO vs ADO.Net?
What is a serialized object?
What connected data?
What are two important objects of ADO.Net?
What is difference between executenonquery and executequery?
What is fill method in ado.net?
How can I retrieve two tables of data at a time by using data reader?
What is ado connection?
Is datareader faster than datatable?
What does ado stand for?
What is difference between Dataview and Datatable?
How do you connect to sql server database without using sqlclient?
Explain how can we load multiple tables in to dataset?