what's the Difference between DataView and DataTable?
Answer Posted / kamalakannan
1. Filter and sort the datatable or dataset.
2. select distinct field from the filtered dataview.
3. Datatable select function gives datarow array, but
dataview gives the datatable. The function easy to return
the dataview.
4. code will be reduced compare than datatable select
function.
Kamal..
| Is This Answer Correct ? | 8 Yes | 27 No |
Post New Answer View All Answers
Can delegates be used as callbacks?
Does a loop recorder have to be removed?
What are the variables in c#?
What does assert() do in c#?
What are the 2 broad classifications of fields in c#?
What do you understand by 'access specifiers' in C#?
List down the commonly used types of exceptions in .net
What does do in c#?
What are the advantages of using partial classes?
What is difference between var dynamic and object in c#?
Explain the clr triggers?
How to declare a property in a class?
How do you use nullable?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is null character in string?