ADO.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 487 Page Views: 

What is typed dataset?



Posted By: Avi Date: 14 October 2010 09:02:47 PM
 Answer:

Is a class that derives from a DataSet and provides strongly typed method, events and properties. Additionally strongly typed data set provides access to values as the correct type at compile time.


Posted By: avibtech


Date: 14 October 2010 09:02:47 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image QlTWmu
Related Questions
ADO.Net : How do use CommandBuilder class?

How do use CommandBuilder class?

CommandBuilder objects generates INSERT, UPDATE, DELETE statements for a DataTable based on Select q....
Category: ADO.Net Date: 10/14/2010 11:17:47 AM
ADO.Net : How can you access children of XmlNode?

How can you access children of XmlNode?

By using Item[“node name”] property or ChildNodes collection
Category: ADO.Net Date: 10/14/2010 10:25:48 AM
ADO.Net : How do you check if connection to SQL server is open?

How do you check if connection to SQL server is open?

By using ConnectionState property
Category: ADO.Net Date: 10/14/2010 10:15:48 AM
ADO.Net : What is the purpose of DataContext objects?

What is the purpose of DataContext objects?

DataContext is entry point for the LINQ to SQL
Category: ADO.Net Date: 10/14/2010 8:30:47 AM
ADO.Net : Does ADO.NET supports asynchronous execution?

Does ADO.NET supports asynchronous execution?

yes
Category: ADO.Net Date: 10/14/2010 7:48:48 AM