what is a dataview?why is it used for?
Answers were Sorted based on User's Feedback
Answer / anantha
DataView is Replica of a DataTable,which will be used for
sorting,Filtering,searching and editing.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
Answer / anu
A DataView provides a dynamic view of data whose content,
ordering, and membership reflect changes to the underlying
DataTable as they occur.
Is This Answer Correct ? | 2 Yes | 1 No |
it is logical view of data members with in the dataset,we use
dataview for filltering the data or storing the data or to
represent the data in page wise
Is This Answer Correct ? | 0 Yes | 0 No |
What are the major difference between classic ADO and ADO.NET?
What does connection string consists of ?
Define data access layer?
What is an orm, and why would you use one instead of plain old ado.net?
What are disadvantages of microsoft-provided data provider classes in ado.net?
When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency
What provider ado.net use by default? Explain the role of data provider in ado.net?
What are the features of ado.net?
How to store data in memory?
Which name space is used to get assembly details?
Explain advantages of ado.net?
Which is faster ado.net or linq?