On Wed, Jan 4, 2012 at 3:24 PM, Dani <[email protected]> wrote:
> Hi all,
> I'm programming an application with OOP. I've got a one to many
> relationship between 2 tables, and I read this can be implemented thru
> class association.
>
> I've got 2 tables: Customers and Budgets. One Cutomer may have
> multiple Budgets.
>
> In the VS Class Diagram, I tried to create the association but I need
> to define the property Budget in class Customer, as a list, otherwise
> it wouldn't let me do it.
>
> Any ideas about this?
>
> Thanks a lot in advance.
-----------------------------------------


Think of a container, Customer, that holds other containers like
List<Budget> and List<Orders>.


-- 
Stephen Russell

901.246-0159 cell

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to