How to maintain Db Connection between Parent and Children?

How to maintain Db Connection between Parent and Children?

Old forum URL: forums.lhotka.net/forums/t/10171.aspx


ddredstar posted on Wednesday, March 16, 2011

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)? 

JonnyBee replied on Thursday, March 17, 2011

You will find helper classes in the Csla.Data namespace for handling connections:

Copyright (c) Marimer LLC