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
How do I format in c#?
What are the three types of operators?
What are mutable and immutable types in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What is console write in c#?
Is string nullable in c#?
Why is c# used?
What is a bool in c#?
Define c# i/o classes? List the commonly used classes?
Is as operator in c#?
What is the difference between array and arraylist in c#?
What is a c# delegate?
What are the types of comment in c# with examples?
How does dictionary work in c#?