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
Is php better than c#?
How many static constructors are allowed in a class?
What type is string in c#?
How can you achieve run time polymorphism in C#?
What is private and shared assembly?
How many bytes is an int c#?
What is the purpose of a namespace?
What are the delegates in c#?
Explain briefly the difference between value type and reference type?
Explain more on CLR
Why is it not a good idea to use empty destructors?
What is better C# or VB.NET?
What is instantiating a class?
What is the difference between struct and class c#?
Illustrate namespaces in c#?