Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parent Child
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01358398
Message ID:
01358416
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform