Hi Rocky,
On the EncapsulatedInvoke sample for Using Csla 4 ebook series
- Library.net project
- OrderEdit.cs file
- DataPortal_Insert method
FieldManager:UpdateChildren is commented and replaced by DataPortalUpdateChild:
//FieldManager.UpdateChildren(this);
DataPortal.UpdateChild(OrderLineItems, this);
I notice DataPortal_Update uses FieldManager:UpdateChildren as well as other DataPortal_Insert methods elsewhere.. Is there a reason for not using it on the above case?
Copyright (c) Marimer LLC