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 the difference between parse and tryparse in c#?
What is an example of a delegate?
What does .length do in c#?
What is the difference between field and property in c#?
Is string a data type in c#?
What is ilasm.exe used for?
What are the types of parameters in c#?
What is the difference between virtual method and abstract method?
Which of these string definitions will prevent escaping on backslashes in c#?
What is an interface class in c#?
What is access specifier in c#?
What is the difference between null and string empty in c#?
What is an Interface in C#?
What is AutoMapper in C#?
What is an icollection in c#?