-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: AjaySingala[Synergetics]
Message 3 in Discussion

Hi!

Typed Vs. Untyped DataSets

The nature of a DataSet requires that it is either typed or untyped. By definition a 
typed DataSet is any DataSet that is derived from the base DataSet class that applies 
the information contained in the XSD to generate a typed class. Information from the 
schema that contains the tables, columns, and rows is generated and compiled into a 
new DataSet derived from the XSD and this promotes the DataSet to a first class object 
in the .NET Framework. 

The process of inheriting the typed DataSet from the base DataSet class means that the 
typed class assumes all functionality of the DataSet class and can be used with 
methods that take an instance of the DataSet class as a parameter. This is the 
opposite of the untyped DataSet that has no corresponding schema and is exposed only 
as a collection. 

Having a Typed DataSet ensures that the data you are receiving in the form of a 
DataSet is valid and matches the schema that has been pre-defined. this rules out 
receiving "bad" data.

HTH.

Regards,

Ajay Singala [Synergetics].


-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to