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
Explain the difference between an ado.net dataset and an ado recordset?
Explain the different row versions available in table?
What Is Difference Between Ado And Ado.net?
How we can provide data to ado.net?
What is difference in record set and dataset?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is isolation?
What is oledb driver?
How can I retrieve two tables of data at a time by using data reader?
What is the maximum pool size in ado.net connection string?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is untyped dataset?
How to pass multiple tables in datasets simultaneously?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is executenonquery ado.net?