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
Is goto statement supported in c#?
Differentiate between copy and default constructor.
Can you inherit from a static class in c#?
Are arrays value types or reference types?
How do I stop my console from closing in c#?
What is the difference between c and c# programming?
What is difference between static and readonly in c#?
Explain lock, monitors, and mutex object in threading.
How can we set class to be inherited, but prevent the method from being over-ridden?
Can we have 2 main methods in c#?
How to create events for a control? What is custom events? How to create it?
What is a method c#?
What is fcl in c#?
What is the size of a decimal?
What is multiple interface in c#?