By now you have two ways to create a collection class.
One is that the collection class implements the interface
ICollection,
and the other is using Generics which is new in .net
framework 2.0
After you create such a collection class, you can create any
property of
this type in your class.
Alexandre Brisebois (www.pointnetsolutions.com) wrote:
> how do you create collection properties like the
dataset tables and so
> on...
> using custom collections?
>
> regards,
>
>
> On 12/8/05, *Glenno* <glenn.morton gmail.com
> <mailto:glenn.morton gmail.com>> wrote:
>
>
> Thats correct, properties in 1.0, 1.1 and 2.0 are
all the same in
> terms
> of how to declare and use them
>
>
>
>
> --
>
> Alexandre Brisebois
>
> Pager : (514) 801-6314
> Email : alexandre pointnetsolutions.com
> <mailto:alexandre pointnetsolutions.com>
>
> PointNet Solutions
> http://www.pointnets
olutions.com
|