/// <summary>Initializes the class members</summary> private void InitClassMembers() { _orderDetails = new Northwind.SSDAL.CollectionClasses.OrderDetailCollection(); _orderDetails.SetContainingEntityInfo(this, "Product"); _categoryReturnsNewIfNotFound = false; _supplierReturnsNewIfNotFound = false; PerformDependencyInjection(); // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers // __LLBLGENPRO_USER_CODE_REGION_END OnInitClassMembersComplete(); }
/// <summary>Initializes the class members</summary> private void InitClassMembers() { _orderAuditInfos = new Northwind.SSDAL.CollectionClasses.OrderAuditInfoCollection(); _orderAuditInfos.SetContainingEntityInfo(this, "Order"); _orderDetails = new Northwind.SSDAL.CollectionClasses.OrderDetailCollection(); _orderDetails.SetContainingEntityInfo(this, "Order"); _customerReturnsNewIfNotFound = false; _employeeReturnsNewIfNotFound = false; _shipperReturnsNewIfNotFound = false; PerformDependencyInjection(); // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers // __LLBLGENPRO_USER_CODE_REGION_END OnInitClassMembersComplete(); }