Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 dao and ado?

0 Answers  


What is meant by executenonquery?

0 Answers  


Which database is the ado.net?

0 Answers  


Can we connect two dataadapters to same data source using single connection at same time?

0 Answers  


What are two important objects of ADO.Net?

0 Answers  


What is a database provider?

2 Answers   BioSys,


how would i implement dropdownlist in gridview using c#

2 Answers  


What is a sqldataadapter?

0 Answers  


What are the ado.net connection pooling parameters?

0 Answers  


Explain the difference between data reader and data adapter?

0 Answers  


What does connection string consists of ?

4 Answers   Digital GlobalSoft,


What is typed dataset ?

0 Answers   NA,


Categories