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
Which keyword is used to accept variable number of parameters?
What is the difference in an abstract class and an interface?
Which is better ole db or odbc?
What are the features of ado.net?
Explain the architecture of ado.net?
How to retrieve the user id which is provided while windows authentication?
What are the drawbacks of using ado.net?
Explain executenonquery?
What is difference between sqldatareader and sqldataadapter?
What is difference between ado.net and asp net?
What is oledb connection?
How to generate a single aggregate?
What are the key events of sqlconnection class?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
Which object needs to be closed?