what's the Difference between DataView and DataTable?
Answer Posted / kuldeep paliwal
the dataview class that enable you to create various views
of the data stored in the data table.dataview is use to
filter the data in datatale.it can also be use to
add,modify and delete the row in datatable.datatable is
object contain one or more column each repersent by a
datacolumn object.
| Is This Answer Correct ? | 25 Yes | 10 No |
Post New Answer View All Answers
Explain “static” keyword in c#?
Explain About delegates
Which are the loop types available in c#?
What is boxing and unboxing in c#?
What are types in c#?
What are the different approaches of passing parameters to a method?
Explain the process of abstraction with an example?
How Do You Convert A Value-type To A Reference-type?
Why do we need indexer in c#?
Can an int be negative c#?
What are jump statements in c#?
What are the types of assembly available
What is the keyword used to prevent a class from being inherited by another class?
What is local function?
What is constructors, explain with syntax