I'm referencing Chapter 4 of the DataAccess Csla 4.0 eBook.
I like the idea of Encapsulated Invocation for my DAL but I'm using ADO.Net SqlClient and the readers are closed when they are returned back to the BO because of the using block in the Fetch method.
Does anyone have a good solution to be able to create the reader in the DAL library and close it in the BO DP_Fetch method?
Issue resolved. I accidentally used the EF DAL Manager example instead of the SQL CE DAL Manager class.
Copyright (c) Marimer LLC