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

Re: Inherit a typed dataset by RobinS

RobinS
Tue Mar 13 00:23:00 CDT 2007

No, you can't.

Robin S.
-----------------------
<rusguy@gmail.com> wrote in message
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
>