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
What is an assembly qualified name
What are fields in c#?
What is lastindexof c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
Is string nullable c#?
Why singleton pattern is used in c#?
What is Satellite Assemblies ?
Can a abstract class have a constructor?
What is assembly c#?
Is hashset ordered c#?
Wcf and what is difference between wcf and web services?
How do you access a constant field declared in a class?
Why generics are used in c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
Define thread?