Hi there,
I have found out the hard way that Typed Datasets are not CLS compliant.
Surely they should be as they are pretty much collections of Common Types.
Has anyone else found this problem and how did you solve it?
I use typed datasets as parameters in my business logic.
Thanks in advance
Sahil Malik - 06 Oct 2004 20:28 GMT
Strongly typed datasets are the bane of every pain mankind is facing.
Wait till you hit the null handling behavior on strongly typed datasets, ur
gonna love that.
Write your own objects as the parameters for the biz. logic. Atleast that is
the short term prognosis.
- Sahil Malik
You can reach me thru my blog at
http://www.dotnetjunkies.com/weblog/sahilmalik
> Hi there,
>
[quoted text clipped - 6 lines]
>
> Thanks in advance