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 is the difference between Response.Expires and Reponse.ExpiresAbsolute?

0 Answers  


Is bulk insert faster than insert?

0 Answers  


What is a non query?

0 Answers  


What is data control techniques?

0 Answers  


What are the classes in System.Data.Common Namespace?

0 Answers  






Differentiate between Dataset and Recordset.

2 Answers  


types of Store procedure in Sqlserver2000?

4 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  


what is bubbled event can u pls explain

3 Answers   Wipro,


How to create dynamic gridview?

0 Answers   MCN Solutions,


can we have multiple datatables in a datareader ?

18 Answers   Fulcrum Logic, Infosys, Kale Consultants, Ness Technologies,


What is partial class?

0 Answers  


Categories