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
What is entity framework c#?
How many types of constructor are there in c#?
Is dictionary a collection?
What is the default value of singleordefault?
What is ulong in c#?
What is difference between dictionary and hashtable in c#?
Why singleton is sealed?
What is session management in c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
Explain the difference between a struct and a class?
What is difference between dictionary and hashtable?
What is callback method in c#?
What is the process of delegation?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
Can you create partial delegates and enumerations?