Login Skip Navigation LinksWilsonORMapper > Forums Search
Demo Version Demo Version
Download and try for yourself a fully working demo version, including sample apps and documentation.  The only limitation is that the demo version only works inside the debugger.

PayPal Subscribe
Get It All for $50 USD:
WebPortal, ORMapper,
Source Code, All Updates
PayPal

User Login User Login
Log In
 
 
Reset Password

Wilson ORMapper Forums Wilson ORMapper Forums : Templates & More : Class Diagram Many relationship

Date Post
3/23/2006 12:18:31 PM Hello all,

i'm very new with the wilson OR mapper so excuse me.
This question isn't about the mapper itself but about the use of a class diagram.
I used the class designer in Visual Studio 2005, but i'm not able to create a many relationship.
When I look at the class diagram example at the wilson site, i see the use of two arrows (for example Categories and Contacts).
How can this be done?

Regards, Danny Oldenhave
3/23/2006 12:20:07 PM Hey Danny:

If I remember correctly you have to be using generics for it to even be an option.  So if you have a property of type IList<T> then you should just be able to right-click it and select Show as Collection Association.

Thanks, Paul Wilson