what's the Difference between DataView and DataTable?
Answer Posted / guest
data tables holds all the rows of the table where as date
view hold te filtered or reqired rows that are been retrived
on a particular condition
i think my answer is correct
| Is This Answer Correct ? | 95 Yes | 23 No |
Post New Answer View All Answers
How do I run managed code in a process?
Can we store different data types in arraylist in c#?
What is garbage collection? How to force garbage collector to run?
Define thread? Explain about multithreading?
Which attribute is used in order that the method can be used as webservice?
What is orm in c#?
What is access specifier in c#?
How does array sort work?
What is dao in c#?
What are primitive data types in c#?
What is default parameter in c#?
How big is a 64 bit integer?
What is the difference between class and namespace?
What is the difference between protected and private?
Can a constructor be private in c#?