Answer Posted / manirajsahu
These are objects that connect one or more Command objects
to a Dataset object. They
provide logic that would get data from the data store and
populates the tables in the
DataSet, or pushes the changes in the DataSet back into the
data store.
√ An OleDbDataAdapter object is used with an OLE-DB provider
√ A SqlDataAdapter object uses Tabular Data Services with
MS SQL Server.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is the difference between viewbag and viewdata in mvc?
What does mvvm mean?
what do you mean by navigation property?
What is layout in mvc?
Do you know about the new features in ASP.Net MVC 4 ?
Is .net framework going away?
What is the use of razor view engine?
The order of the filters that get executed, if the multiple filters are implemented?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
what is scalar property?
What is mapping in entity framework? : Entity framework
What are the Core features of ASP.NET MVC?
Why to use Html.Partial in ASP.Net MVC?
Explain dependency resolution?
Is it possible to share a view across multiple controllers?