? about typed datasets

  • Thread starter Thread starter D
  • Start date Start date
D

D

I was reading through this article (Creating a data layer by Wayne Plourde)
and there was a section about modifying the xsd created by the wizard to
adjust for read only properties and such. It was a good read.

Anyway, in my situation I have several tables all of the exact same design.
Each represents statistical data that I run queries on and for simplicity
sake I chose to make separate tables rather than one large table with some
sort of data index.

Is there a way I can create a generic typed data set that allows me to set
the table I wish to open during run time?

Thanks alot

Regards.
 
On second thought I guess I could generate a new dataset based upon one
class and modify it to accept the table name as an argument.

Hack or no?
 
Back
Top