How can you add or remove rows from the datatable object of dataset?
What is the use of SqlCommand object?
How many major types of connection objects in ADO.NET?
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?
If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()
What is sql command in ado net?
What is row state?
what is clustered index?why is it created?
What are the major challenges in accessing data from a database?
What provider ado.net use by default? Explain the role of data provider in ado.net?
How do we invoke queries from the application ?
Is ado.net dead?
What is shadow copy?