Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parent Child
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01358398
Message ID:
01358416
Views:
15
>I'm learning mm.net. and was wondering if MM .NET framework has a inbuild capacity to handle Parent Child relationship from database. Has anyone used it?

Yes, it does. You can establish a parent/child relationship between two business objects, then use the hook events provided in the child class to take specific action when something changes with the parent object. For example, if you retrieve a parent object (ex, a customer), you can write code in the child's (ex., an order) HookParentNavigated method to automatically retrieve orders for that customer.

This relationship can continue for grandparent/parent/child/grandchild, etc. type of relationships, and includes hooks for many different events (a customer being added, deleted, updated, etc.).
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform