Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing child rows for current parent row
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01042854
Message ID:
01043105
Vues:
6
This message has been marked as the solution to the initial question of the thread.
Andrew,

>Does anyone know how to get a child businessobject to run its hookparentnavigating (or equivilant) method in code? I am currently creating an xml file from some data and to do this I use a parent-child businessobject arrangement.
>
>What I need is this : when I am working on a row on the parent, then the rows belonging to that parent row should be avaliable in the child business object's dataset. Currently I can only find the child rows from the first parent row.
>
>I currently work on the parent rows like this :
>
>foreach(DataRow row in bizObj.GetCurrentDataSet().Tables[bizObj.CurrentTableName].Rows){
>
>// need to get a handle on the child rows for the current DataRow
>
>}
>
>My appologies if this has been covered before but I cannot find any solution to it.

The parent business object can raise the Navigating StateChange event which automatically fires the child object's HookParentNavigating method. For example:
this.CallStateChange(mmBusinessState.Navigating);
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform