what's the Difference between DataView and DataTable?
Answer Posted / kuldeep paliwal
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 ? | 25 Yes | 10 No |
Post New Answer View All Answers
Why do we need constructors?
what is the index value of the first element in an array?
What is the difference between abstract and abstraction?
Define xslt.
How are Windows programs different from normal C-programs?
What are primitive types in c#?
What is oledb in c#?
Which is better interface or abstract class in c#?
What is arraylist class in c#?
Can we inherit a private class in c#?
Why we use get and set property in c#?
What is xpath in c#?
What is the use of constructor in c# with example?
What is sorting in c#?
What is difference between new and override in c#?