Use of DataRowBuilder class

  • Thread starter Thread starter Martin Robins
  • Start date Start date
M

Martin Robins

I have recently been doing a lot of work using Strongly Typed DataSet's and
have a (simple?) question.

The classes generated by the designer use the System.Data.DataRowBuilder
class in the constructor of the xxxRow classes. This class is documented
within the Framework help files as being used to support the framework only.
This has previously been stated to mean that the class is subject to removal
or change at a later date if MS so desire, but doing this will then mean
that any code based upon STDS's will cease to function.

Comments?
 
Back
Top