what is typed and untyped dataset
Answers were Sorted based on User's Feedback
Typed vs. Untyped Datasets
A DataSet can be Typed or Untyped. The difference between
the two lies in the fact that a Typed DataSet has a schema
and an Untyped DataSet does not have one. It should be
noted that the Typed Datasets have more support in Visual
studio.
| Is This Answer Correct ? | 34 Yes | 3 No |
Answer / parvez borkar
Typed Dataset provide compile time type checking. Also it
provides the names of the Columns of the types we are using
for that typed data set. This is something we dont get in
the normal datasets.
| Is This Answer Correct ? | 20 Yes | 7 No |
We can generate Typed Dataset based on a single table or
multiple tables which are related by using primary key and
foreign key relationships through visual stdio which
generates a xsd file. This is a strongly typed in-memory
cache of data.
Untyped dataset is one which is filled/generated using a
DataAdapter and a command object.
| Is This Answer Correct ? | 15 Yes | 3 No |
What are the usages of the command object in ado.net?
Which method is used to sort the data in ADO.Net?
Is entity framework better than ado.net?
Explian About DataAdapters
How to check if a datareader is closed or opened? IsClosed()
what are types of Dataset ?
How to add an aggregate column?
When we are running the Application, if any errors occur in the Stored Procedure then how will the server identify the errors?
What is difference between datareader and dataadapter?
Which ado.net object is very fast in getting data from the database?
What is Data view?
Where do you store connection string ?
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)