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 executequery?
What is disconnected data?
What is the namespaces being used to access oracle database?
What are the different methods by which we can populate a dataset?
What is the difference between connected and disconnected environment?
What is the use of connection object in ado.net?
What is meant by executenonquery?
Which parameter of ConnectionString is used to specify the name of the database?
What is fill method in ado.net?
How do you update a dataset in ado.net?
What is the executescalar method?
What we do with the object of ado.net dataset after using it?
What is the significance of CommandBehavior.CloseConnection ?
What are the data access namespaces in .NET?
How do you update a dataset in ado.net and how do you update database through dataset?