Answer Posted / jeyaram thangaponnan
DataSet.Tables[0].Rows.Count will give the number of rows
in that table
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
How many major types of connection objects in ADO.NET?
What is a datagridview?
What is an orm, and why would you use one instead of plain old ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
List all the steps in order, to access a database through ado.net?
What are the pre-requisites for connection pooling?
Can you explain how to enable and disable connection pooling?
What is a dataview?
What is ado and rdo?
What is difference between sqldatareader and sqldataadapter?
What is the difference between Dataset. clone and Dataset.copy?
What is the difference between oledb sql server and oledbdotnet provider?
Which ado.net object is very fast in getting data from the database?