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
What is ado.net object model?
How to add an aggregate column?
What are advantages of microsoft-provided data provider classes in ado.net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
Why do we use sqldataadapter?
What are the Features and disadvantages of dataset
What is microsoft ole db provider for sql server?
How to creating a SqlCommand Object?
What are the pre-requisites for connection pooling?
What is ado object model?
Can datareader hold data from multiple tables?
What is two way data binding android?
What is the difference between statement and preparedstatement interface?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is the meaning of executenonquery?