Vibrant discussion about CSLA .NET and using the framework to build great business applications.
Do i have to use both FieldManager.UpdateChildren and FieldManager.UpdateChildren(this) together or is using either of them good enough.
When is it ideal to use just one of them?
Depends on whether you ned to pass parameters to the CHILD_XYZ methods.
F.ex: FieldManager.UpdateCildren(this.Id, this.Name).
You only need to use the one that corresponds to to the signature of your CHILD_XYZ methods.
Jonny Bekkum, Norway CslaContrib Coordinator
So i have to use either one only at a given time ?