Answer Posted / eduardo belmonte
Regarding answer # 3 : It is correct.
Regarding answer # 2 : It is not correct, remember a
dataset contains datatables, and those datatables each can
have its own amount of datarows.
So to know "all" datarows in a dataset you have to add how
many rows "each" of its component datatables may have.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What does ado stand for in ado.net?
What is dbcontext and dbset in entity framework?
What is dataset object? Explain the various objects in dataset.
What we do with the object of ado.net dataset after using it?
What is ado.net objects?
Define executenonquery?
What is ado and rdo?
What is serialization and de-serialization in .net?
How can we serialize the dataset object?
Does executenonquery return a value?
What is executenonquery ado.net?
Explain the difference between ado and ado.net?
How to work with disconnected data - the dataset and sqldataadapter?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.