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
What is razor view in c#?
What is the process of delegation?
Which of the following API is used to hide a window?
Which framework is best for desktop application?
What are the different types of comments in c#?
What does the initial catalog parameter define in the connection string?
Explain what is an interface in c#?
What is interface inheritance?
What is the difference between ienumerable and enumerable?
What are the different types of assemblies available and their purpose?
What basic steps are needed to display a simple report in crystal?
Can constructor have return type c#?
Can we change static variable value in c#?
What is difference between assembly and dll?
Is c# different than c++?