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 an exception in .net?
Which is faster list or dictionary in c#?
What is difference between encapsulation and abstraction in c#?
Does c# support parameterized properties?
In .NET which is the smallest unit of execution?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
what is c# command?
My switch statement works differently! Why?
What is escape character in c#?
Can abstract class have parameterized constructor?
What is eager and lazy loading in c#?
What are the differences between system.string and system.text.stringbuilder classes?
Why generics are used?
What are extensions in c#?
How many bytes is an int c#?