Пример #1
0
        /// <summary> Initializes the class members</summary>
        private void InitClassMembers()
        {
            _orders = new Northwind.SSDAL.CollectionClasses.OrderCollection();
            _orders.SetContainingEntityInfo(this, "Shipper");
            PerformDependencyInjection();

            // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers
            // __LLBLGENPRO_USER_CODE_REGION_END
            OnInitClassMembersComplete();
        }
Пример #2
0
        /// <summary>Initializes the class members</summary>
        private void InitClassMembers()
        {
            _employees = new Northwind.SSDAL.CollectionClasses.EmployeeCollection();
            _employees.SetContainingEntityInfo(this, "Employee");

            _employeeTerritories = new Northwind.SSDAL.CollectionClasses.EmployeeTerritoryCollection();
            _employeeTerritories.SetContainingEntityInfo(this, "Employee");

            _orders = new Northwind.SSDAL.CollectionClasses.OrderCollection();
            _orders.SetContainingEntityInfo(this, "Employee");
            _employeeReturnsNewIfNotFound = false;
            PerformDependencyInjection();

            // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers
            // __LLBLGENPRO_USER_CODE_REGION_END
            OnInitClassMembersComplete();
        }