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
What are advantages of microsoft-provided data provider classes in ado.net?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is the use of sqldatareader class?
List the 4 common ado.net namespaces?
What is the functionality of data provider in ado.net?
Why do we need ado.net?
What is the difference between statement and preparedstatement interface?
What does executenonquery () method return?
Why edit is not possible in repeater?
Define table relations?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What do you know about ADO.NET's objects and methods?
What are the ado.net objects?
What are the various methods provided by the DataSet object to generate XML?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?