what is type dataset?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What do you mean by ‘batch updates’?
Which object is used to add relationship between two Datatables?
Which architecture does Datasets follow?
What is DataRowCollection?
What are the three Ado objects?
6 Answers Microsoft, StarSoft,
Can we bind one datareader wid two dropdown list?
What is ole in vb?
What is the Magic Tables in Sqlserver2000?
What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?
What is the difference between data reader and data adapter?
How to store data in memory?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
0 Answers SwanSoft Technologies,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)