what is type dataset?

Answers were Sorted based on User's Feedback



what is type dataset?..

Answer / sandeep singh shekhawat

There are two type of Data set

When We create dataset programmely taht is weak type data set.
like DataSet ds=new DataSet();

But when We Create a DataSet using XML Schema(Xsd) that is called strong type data set that has extension .xsd
and create when we do working with LINQ to XML.

Is This Answer Correct ?    2 Yes 1 No

what is type dataset?..

Answer / 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

what is type dataset?..

Answer / shiva

Dataset is collection of datatables.the collection generaly
represented as *)tables-rows-columns-constraints
DataSet ds;//declre variable
->ds.Tables["index"]
->ds.Tables.Rows[index]
->ds.Tables.Rows[rIndex].[cindex]
->ds.Tables.Columns[inedx]
->ds.tables.Constraints[index]

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More ADO.NET Interview Questions

What is the purpose of using adodb?

0 Answers  


What is the default view of Data Grid?

5 Answers   TCS,


Which is the best institute in hyderabad to learn DotNet?

11 Answers   Cognizant,


Difference between ADO and ADO.net ?

11 Answers   Accenture, BirlaSoft, College School Exams Tests, Krest, Red Apple,


Explain the architecture of ado.net?

0 Answers  






What are two important objects of ADO.Net?

0 Answers  


Define table relations?

0 Answers  


How will you fill the gridview by using datatable object at runtime?

0 Answers  


Advantage of ADO.Net?

2 Answers   QualSoft, TCS,


What is the DataTableCollection?

0 Answers  


How to create dynamic gridview?

0 Answers   MCN Solutions,


Name which operations can you not perform on an ado.net dataset?

0 Answers  


Categories