what is a dataview?why is it used for?

Answers were Sorted based on User's Feedback



what is a dataview?why is it used for?..

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

what is a dataview?why is it used for?..

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

what is a dataview?why is it used for?..

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

what is a dataview?why is it used for?..

Answer / vamseedhar

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

Post New Answer

More ADO.NET Interview Questions

What are the major difference between classic ADO and ADO.NET?

0 Answers  


What does connection string consists of ?

4 Answers   Digital GlobalSoft,


Define data access layer?

0 Answers  


What is an orm, and why would you use one instead of plain old ado.net?

0 Answers  


What are disadvantages of microsoft-provided data provider classes in ado.net?

0 Answers  






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

4 Answers   Digital Group,


What provider ado.net use by default? Explain the role of data provider in ado.net?

0 Answers  


What are the features of ado.net?

0 Answers  


How to store data in memory?

0 Answers  


Which name space is used to get assembly details?

0 Answers  


Explain advantages of ado.net?

0 Answers  


Which is faster ado.net or linq?

0 Answers  


Categories