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 difference between datagridview and datagrid control in winforms?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is an example of ordinal data?
Which is the best method to get two values from the database?
How to connect and retrieve data from database using dataset
Which ado.net object is very fast in getting data from the database?
What is ado full form?
What are the major difference between classic ADO and ADO.NET?
What is ado connection?
What is ado recordset?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is the difference between Command and CommandBuilder object?
What are the major challenges in accessing data from a database?
What is different between sqlcommand object and command behavior object?
How many major types of connection objects in ADO.NET?