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


Please Help Members By Posting Answers For Below Questions

Are c# generics the same as c++ templates?

650


How do you create dlls in .NET

762


Explain how can I get around scope problems in a try/catch?

653


What is array c#?

686


What does namespace mean?

683


Is there an equivalent to the instanceof operator in visual j++?

732


What is array class in c#?

605


Which types of inheritances does c# support?

634


Can firstordefault return null?

689


What method is used to sort the elements of the array in descending order?

722


Explain the difference between passing parameters by value and passing parameters by reference with an example?

683


Can namespace contain the private class?

688


What is dbml file in c#?

729


Can I define a type that is an alias of another type (like typedef in c++)?

741


What is stringwriter c#?

596