|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Inherit a typed datasetHi Group.
Is it at all possible to inherit from typed dataset in .net 2.0? I have a dataset defined in main project that will be distributed as dll. But I want to give others a possibility to inherit from this dataset and modify tables (add columns or other tables) in that dataset as they wish using designer. Am I at the wrong design path or something can be done after all? Thanks in advance, Denis No, you can't.
Robin S. ----------------------- <rus***@gmail.com> wrote in message Show quote news:1173755858.301969.178240@30g2000cwc.googlegroups.com... > Hi Group. > Is it at all possible to inherit from typed dataset in .net 2.0? I > have a dataset defined in main project that will be distributed as > dll. But I want to give others a possibility to inherit from this > dataset and modify tables (add columns or other tables) in that > dataset as they wish using designer. Am I at the wrong design path or > something can be done after all? > > Thanks in advance, > Denis > |
|||||||||||||||||||||||