We do not have an intrinsic method to retrieve all records. This is risky business in most cases it too many records are returned. This can cause a slow performing application, thus the reason we do not have this as a base method.There are a number of ways for you to do this yourself. Create the FillAll method for each BO or subclass the BusinessLayer and inherit all of your BOs from that subclassed BO.