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 do you mean by for each loop?
Write a program to find the angle between the hours and minutes in a clock
What is difference between abstract class and interface in c#?
In which way you can convert a value-type to a reference-type?
What is the default value of decimal in c#?
How Reflection is used and what it's significance ?
List down the differences between public, static and void keywords?
What is global asax in c#?
What is sqldatareader c#?
What is the difference between selection and projection?
How can I make sure my c# classes will interoperate with other .net languages?
Name some properties of thread class.
What kind of the information stored inside the assembly?
Are c and c# the same thing?
How does c# generics and c++ templates compare?