what is a dataview?why is it used for?
Answer Posted / ravikumar
Represents a databindable, customized view of a DataTable
for sorting, filtering, searching, editing, and navigation.
Namespace: System.Data
Assembly: System.Data (in system.data.dll)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is ado.net object model?
Define connection string?
What are the core objects of ADO.NET?
Can we do database operations without using any of the ado.net objects?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the parameters that control most of connection pooling behaviours?
Define executenonquery?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
How do you merge 2 datasets into the third dataset in a simple manner?
What is aggregate root?
What are all features of ADO.Net?
What is the use of SqlCommand object?
Define data access layer?
What do you mean by performing asynchronous operation using command object?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?