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
What are the two kinds of properties in c#.
Explain circular reference in c#?
What is parallel foreach c#?
Can we extend static class in c#?
How to use delegates with events?
What are the different ways of method can be overloaded?
Are c# constructors the same as c++ constructors?
Describe the types of comments in c#?
Can you store different types in an array in c#?
How can I get around scope problems in a try/catch?
How can I get the ascii code for a character in c#?
The int maps to which C# keyword in .NET type?
Explain how many types of exception handlers are there in .net?
What are winforms in c#?
What is the difference between ienumerable and icollection?