what's the Difference between DataView and DataTable?

Answer Posted / surya pratap singh

The dataview class that enable you to create various views
of the data stored in the data table.dataview is use to
filter the data in datatale.it can also be use to
add,modify and delete the row in datatable.datatable is
object contain one or more column each repersent by a
datacolumn object.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is entity framework c#?

617


How many types of constructor are there in c#?

646


Is dictionary a collection?

626


What is the default value of singleordefault?

671


What is ulong in c#?

760


What is difference between dictionary and hashtable in c#?

625


Why singleton is sealed?

636


What is session management in c#?

726


Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?

693


Explain the difference between a struct and a class?

684


What is difference between dictionary and hashtable?

745


What is callback method in c#?

653


What is the process of delegation?

692


What is the use of base keyword? Tell me a practical example for base keyword’s usage?

708


Can you create partial delegates and enumerations?

776