Answer Posted / ansu kumar
it consists of
Dataset
dataRelation
datatable
datacolumn
datarow
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is meant by executenonquery?
What is connection in ado.net?
Is entity framework better than ado.net?
Explain the advantages and disadvantages of using datalist?
How do you implement locking concept for dataset?
Is it possible to edit data in Repeater control?
Which provider is used to connect ms access, oracle, etc…?
Which keyword is used to accept variable number of parameters?
Does dapper use ado.net?
What is the difference between dataset and datatable?
How to pass multiple tables in datasets simultaneously?
How to load multiple tables into a dataset?
What is dataset and datatable in ado.net?
What is the difference between executequery and executenonquery?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)