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 is the difference between Java and .NET garbage collectors?
What is difference between events and delegates?
Does console.writeline() stop printing when it reaches a null character within a string?
How can you sort strings in array that are passed to method as arguments?
Are c# objects passed by reference?
To catch any possible exception What is the C# syntax written ?
How to add a readonly property in c#.net
Can you use all access modifiers for all types?
Difference between abstract classes and interfaces
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
Can you pass value types by reference to a method?
Is c# used for frontend or backend?
What do you mean by default constructor?
What is a console operator?
Explain about CTS?