Hi,

I have an untyped DataSet object and a typed DataSet class, by design the
structures match, I want to cast!!! my untyped DataSet object into with my
typed
DataSet class. Can I do this, whitout having to manually copy the data
between the untyped to the typed ?

Thanks
JF

Re: Untyped DataSet cast into Typed DataSet ? by Miha

Miha
Fri Oct 01 08:54:52 CDT 2004

Hi,

No, since typed dataset is derived from untyped.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Jean-Francois Hamelin" <againstunwantedmailinglist@hotmail.com> wrote in
message news:%23ePV8q7pEHA.1296@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I have an untyped DataSet object and a typed DataSet class, by design the
> structures match, I want to cast!!! my untyped DataSet object into with my
> typed
> DataSet class. Can I do this, whitout having to manually copy the data
> between the untyped to the typed ?
>
> Thanks
> JF
>
>
>



Re: Untyped DataSet cast into Typed DataSet ? by Jean-Francois

Jean-Francois
Fri Oct 01 09:34:42 CDT 2004

Thanks for the confirmation.

"Miha Markic [MVP C#]" <miha at rthand com> wrote in message
news:uCip647pEHA.556@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> No, since typed dataset is derived from untyped.
>
> --
> Miha Markic [MVP C#] - RightHand .NET consulting & development
> miha at rthand com
> www.rthand.com
>
> "Jean-Francois Hamelin" <againstunwantedmailinglist@hotmail.com> wrote in
> message news:%23ePV8q7pEHA.1296@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > I have an untyped DataSet object and a typed DataSet class, by design
the
> > structures match, I want to cast!!! my untyped DataSet object into with
my
> > typed
> > DataSet class. Can I do this, whitout having to manually copy the data
> > between the untyped to the typed ?
> >
> > Thanks
> > JF
> >
> >
> >
>
>