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
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
How route table has been created in ASP.NET ASP.Net MVC?
Does windows 10 need .net framework?
What is layout in mvc?
explain why t4 entity is important in entity framework?
explain lazy loading, eager loading, and explicit loading?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is iobjectset? : Entity framework
What is entity framework in asp net?
How the ‘page lifecycle’ of ASP.Net MVC does works?
Can I set the unlimited length for "maxjsonlength" property in config?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Do you know about the new features in ASP.Net MVC 4 ?
What are Scaffold templates in ASP.Net MVC?
Is the following route definition a valid route definition? {controller}{action}/{id}