That's perfectly fine. Each Customer has a List of Budgets exposed through a property of the Customer class.
On Jan 5, 2:24 am, 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. > > Daniela -- 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
