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
Explain the dataadapter class in ado.net?
What is executenonquery ado.net?
Which architecture does Datasets follow?
What is connection string?
How to enable and disable connection pooling?
What is the difference in record set and dataset?
What is basic use of data view?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is the difference between SqlCommand and SqlCommandBuilder?
What are the benefits of using of ADO.NET in .NET 4.0?
What is a serialized object?
What is the return type of executescalar?
How to generate a single aggregate?
How to pass values into a datatable?