|
Odd question - can I (and if I can how) inherit from one dataset to another. I am looking for extending a dataset (with tables and rows in the XSD designer file versus JUST the partial class) so the inherited dataset's XSD file shows the table and I can add rows to it.
I am leaning towards 'no' simply based on all the background code MS generates for a dataset object.
Again... I have a dataset in project A. I want to inherit that dataset in project B... have project B show me the data tables and rows, and be able to add rows to the inherited dataset.
Danka..
|