Habanero.Test.BO.AddressTestBO.LoadBusinessObjCol C# (CSharp) Method

LoadBusinessObjCol() protected static method

protected static LoadBusinessObjCol ( ) : BusinessObjectCollection
return BusinessObjectCollection
        protected internal static BusinessObjectCollection<BusinessObject> LoadBusinessObjCol()
        {
            return LoadBusinessObjCol("", "");
        }

Same methods

AddressTestBO::LoadBusinessObjCol ( string searchCriteria, string orderByClause ) : BusinessObjectCollection