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 the full form of ado?

0 Answers  


What are the parameters that control most of connection pooling behaviours?

0 Answers  


What are different types of Commands available with DataAdapter ?

1 Answers   Arigo Infotech,


What is sqlconnection and sqlcommand?

0 Answers  


Why do we need ado.net?

0 Answers  


How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?

0 Answers   SwanSoft Technologies,


What are major difference between classic ADO and ADO.NET?

2 Answers  


Where do you store connection string ?

3 Answers   Digital GlobalSoft,


What is the return type of executescalar?

0 Answers  


In how many ways we can retrieve table records count? How to find the count of records in a dataset?

0 Answers  


What are the advantages of using datalist?

0 Answers  


What is the default Timeout for SqlCommand.CommandTimeout property?

0 Answers  


Categories