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
Are c# generics the same as c++ templates?
How do you create dlls in .NET
Explain how can I get around scope problems in a try/catch?
What is array c#?
What does namespace mean?
Is there an equivalent to the instanceof operator in visual j++?
What is array class in c#?
Which types of inheritances does c# support?
Can firstordefault return null?
What method is used to sort the elements of the array in descending order?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
Can namespace contain the private class?
What is dbml file in c#?
Can I define a type that is an alias of another type (like typedef in c++)?
What is stringwriter c#?