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
How we convert private assembly into public assembly?
What are data types with examples?
Do loops in c#?
What is the difference between static and private constructor?
When should we use sealed class in c#?
What .exe means?
What are the features of c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is difference between hashtable and dictionary in c#?
What is a cshtml file?
Which language is used for desktop application?
What is difference between ienumerable and list in c#?
What exactly happens when we debug and build the program?
Is predicate a functional interface?
Is there an equivalent to the instanceof operator in visual j++?