What are the two fundamental objects in ADO.NET?
Answer Posted / gourav jain
1) Data set
2) .Net data provider
comprises of (Connection object, Command object, Data
Reader, Data Adapter).
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are the namespaces used in ADO.Net to connect to a database?
Explain ODP.net
What is execute scalar in ado.net?
Which is better entity framework or ado.net?
Describe ado.net object model in detail.
What is difference between executequery and executeupdate?
Define isolation?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
Define partial class?
What are the data providers used in ado.net
What are the ado.net connection pooling parameters?
What is the use of SqlCommandBuilder?
What are the different ado.net namespaces are available in .net?
What is the provider being used to access oracle database?
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?