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 does int32 mean in c#?
Does c# have functions?
Why do we use delegates?
What is multiple interface in c#?
What can we do to handle multiple exceptions?
write a program to find the biggest palindrome in the given string
Can you inherit multiple classes in c#?
What are delegates in C#?
What are the two kinds of properties in c#.
how can one use hcl and c sharp together?
What is difference between throw and throws in c#?
What is a partial class in c#?
What is difference between c sharp and c#?
Is null c# operator?
What is overriding in c#?