I have my own DataAccess class library, and created ParentDao class and ChildDao class for Parent and Children Object, my question is when Parent Object UpdateChildren, how to share connection between Parent and Children? Or, let Parent and Children open their own connection(i think this is bad idea)?
You will find helper classes in the Csla.Data namespace for handling connections:
Copyright (c) Marimer LLC