what's the Difference between DataView and DataTable?
Answer Posted / satish
Data Table are also the filter rows of dataset(Virtual
table of database) whereas the dataview is only the
filtered view of the original database.
| Is This Answer Correct ? | 24 Yes | 34 No |
Post New Answer View All Answers
What is anonymous types in c#?
How do you encapsulate in c#?
Why do we use delegates in c#?
What is the advantage of extension method in c#?
What is the difference between wrapper class and primitive?
What is short in c#?
What is definition in c#?
Why do we parse in c#?
What is difference between singleton and static class in c#?
What is the symbol used for in c#?
Can we inherit partial class in c#?
list the steps in code compilation in c#?
What is the advantage of constructor in c#?
What do you mean by expression tree?
What are the different types of assembly?