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 sqlconnection and sqlcommand?
What are all the classes that are available in System.Data Namespace?
How can we load multiple tables in to dataset?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What are the different ado.net namespaces are available in .net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is the use of Dataview?
What is shadow copy?
Which method is used by command class to execute SQL statements that return single value?
What is ado.net tutorial?
What are the core objects of ADO.NET?
What is data adapter in ado.net with example?
How to find the given query is optimised one or not?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the difference between data reader and data adapter?