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
Differentiate between dataset and datareader?
What is the use of expression tree in c#?
Is it possible to have different access modifiers on the get/set methods of a property?
How do you serialize an object?
What is readline c#?
What is int32?
What can be done with c#?
What is the difference between list and ilist in c#?
What is the syntax for calling an overloaded constructor within a constructor?
What is a datacontract?
Explain how can I get around scope problems in a try/catch?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
Are all methods virtual in c#?
What is icomparable in c#?
How do I do a case-insensitive string comparison?