what's the Difference between DataView and DataTable?
Answer Posted / satish
Data Table are also the filter rows of dataset(Virtual
table of database) whereas the dataview is only the
filtered view of the original database.
| Is This Answer Correct ? | 24 Yes | 34 No |
Post New Answer View All Answers
How does return work in c#?
What is command object in c#?
How many root nodes are there in an xml document?
Can private virtual methods be overridden in c#.net?
Explain a MSIL ? Why is it appreciated by all developers?
What is a Command Object in C#?
What is session and cookies in c#?
Distinguish between the Debug class and Trace class with its functionality?
Why do we need to call CG.SupressFinalize?
What is a hash table in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is object type in c#?
What are virtual destructors?
What is difference between yielding and sleeping?
What is inheritance in csharp?