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.
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.