Answer Posted / radheshaym
A typed dataset is derived from the Dataset class and has an
associated XML schema, which is created at the time of
creation of the datset.
An Untyped dataset does not have any associated XML shema.In
an untyped dataset,the tables and columns are represented as
collections.Because an XML shema is not created for an
untyped datset,the structure of an untyped dataset is not
known during compilation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe the command object and its method.
What are the several execute methods of ado.net?
Explain what are acid properties?
What is defaultview in datatable?
What is namespace in ado.net?
How can you add or remove rows from the datatable object of dataset?
What is maximum pool size in ado.net connection string?
What is the namespaces being used to access oracle database?
What is ole used for?
What is sqldatareader in ado.net?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
How can we load multiple tables in a dataset?
What is the difference between executequery and executenonquery?
What is the DataTableCollection?
Explain the various objects in dataset.