-
I have been working with CSLA 3.7 for a couple of years now. During that time, I refactored how we were using the criteria object from each business object using its own to all using a single custom criteria object. My version basically wrapps a SQLCommand object and simplifies the DataPortal_Fetch routine...