Answer Posted / kiranmadiraju
We can generate Typed Dataset based on a single table or
multiple tables which are related by using primary key and
foreign key relationships through visual stdio which
generates a xsd file. This is a strongly typed in-memory
cache of data.
Untyped dataset is one which is filled/generated using a
DataAdapter and a command object.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How to pass values into a datatable?
What is microsoft ado?
What is defaultview in datatable?
What are the namespaces used in ado.net for data access?
What is untyped dataset?
What does ado stand for?
What do you mean by ‘batch updates’?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
Explain the architecture of ado.net?
What are the objects of ado.net?
How to find the given query is optimised one or not?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
Explian About DataAdapters
What are the advantages of using datalist?
What is microsoft ole db provider for sql server?