Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting child entities inside parent / child relationsh
Message
 
To
30/06/2008 17:26:42
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01327749
Message ID:
01328055
Views:
8
Tim,

>I am having problems figuring out deleting entities from a child list with parent. I have tried this using the Order - Order Details objects from the Jump Start.

You shouldn't use RemoveAt() to delete an entity--it's a general-purpose .NET Framework method associated with collections. Instead, you should use the DeleteEntity() method of the business object which deletes the specified entity and removes it from the EntityList for you.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform