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