You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Child OrderDetails where [Order Details].[Order ID] point to this entity (Order Details_FK01)
589
589
/// </summary>
590
-
publicvirtualSystem.Collections.Generic.ICollection<OrderDetail>OrderDetails{get;set;}=newSystem.Collections.Generic.List<OrderDetail>();// Order Details.Order Details_FK01
590
+
publicvirtualSystem.Collections.Generic.ICollection<OrderDetail>OrderDetails{get;set;}// Order Details.Order Details_FK01
591
591
592
592
// Foreign keys
593
593
@@ -653,7 +653,7 @@ public class Product
653
653
/// <summary>
654
654
/// Child OrderDetails where [Order Details].[Product ID] point to this entity (Order Details_FK00)
655
655
/// </summary>
656
-
publicvirtualSystem.Collections.Generic.ICollection<OrderDetail>OrderDetails{get;set;}=newSystem.Collections.Generic.List<OrderDetail>();// Order Details.Order Details_FK00
656
+
publicvirtualSystem.Collections.Generic.ICollection<OrderDetail>OrderDetails{get;set;}// Order Details.Order Details_FK00
657
657
658
658
// Foreign keys
659
659
@@ -684,7 +684,7 @@ public class Shipper
684
684
/// <summary>
685
685
/// Child Orders where [Orders].[Ship Via] point to this entity (Orders_FK01)
/// Child CustomerDemographics (Many-to-Many) mapped by table [CustomerCustomerDemo]
1069
1069
/// </summary>
1070
-
publicvirtualSystem.Collections.Generic.ICollection<CustomerDemographic>CustomerDemographics{get;set;}=newSystem.Collections.Generic.List<CustomerDemographic>();// Many to many mapping
1070
+
publicvirtualSystem.Collections.Generic.ICollection<CustomerDemographic>CustomerDemographics{get;set;}// Many to many mapping
1071
1071
/// <summary>
1072
1072
/// Child Orders where [Orders].[CustomerID] point to this entity (FK_Orders_Customers)
@@ -1102,7 +1102,7 @@ public class CustomerDemographic
1102
1102
/// <summary>
1103
1103
/// Child Customers (Many-to-Many) mapped by table [CustomerCustomerDemo]
1104
1104
/// </summary>
1105
-
publicvirtualSystem.Collections.Generic.ICollection<Customer>Customers{get;set;}=newSystem.Collections.Generic.List<Customer>();// Many to many mapping
1105
+
publicvirtualSystem.Collections.Generic.ICollection<Customer>Customers{get;set;}// Many to many mapping
1106
1106
1107
1107
publicCustomerDemographic()
1108
1108
{
@@ -1138,15 +1138,15 @@ public class Employee
1138
1138
/// <summary>
1139
1139
/// Child Employees where [Employees].[ReportsTo] point to this entity (FK_Employees_Employees)
/// Child Territories (Many-to-Many) mapped by table [EmployeeTerritories]
1148
1148
/// </summary>
1149
-
publicvirtualSystem.Collections.Generic.ICollection<Territory>Territories{get;set;}=newSystem.Collections.Generic.List<Territory>();// Many to many mapping
1149
+
publicvirtualSystem.Collections.Generic.ICollection<Territory>Territories{get;set;}// Many to many mapping
1150
1150
1151
1151
// Foreign keys
1152
1152
@@ -1219,7 +1219,7 @@ public class Order
1219
1219
/// <summary>
1220
1220
/// Child OrderDetails where [Order Details].[OrderID] point to this entity (FK_Order_Details_Orders)
1221
1221
/// </summary>
1222
-
publicvirtualSystem.Collections.Generic.ICollection<OrderDetail>OrderDetails{get;set;}=newSystem.Collections.Generic.List<OrderDetail>();// Order Details.FK_Order_Details_Orders
1222
+
publicvirtualSystem.Collections.Generic.ICollection<OrderDetail>OrderDetails{get;set;}// Order Details.FK_Order_Details_Orders
1223
1223
1224
1224
// Foreign keys
1225
1225
@@ -1339,7 +1339,7 @@ public class Product
1339
1339
/// <summary>
1340
1340
/// Child OrderDetails where [Order Details].[ProductID] point to this entity (FK_Order_Details_Products)
1341
1341
/// </summary>
1342
-
publicvirtualSystem.Collections.Generic.ICollection<OrderDetail>OrderDetails{get;set;}=newSystem.Collections.Generic.List<OrderDetail>();// Order Details.FK_Order_Details_Products
1342
+
publicvirtualSystem.Collections.Generic.ICollection<OrderDetail>OrderDetails{get;set;}// Order Details.FK_Order_Details_Products
1343
1343
1344
1344
// Foreign keys
1345
1345
@@ -1415,7 +1415,7 @@ public class Region
1415
1415
/// <summary>
1416
1416
/// Child Territories where [Territories].[RegionID] point to this entity (FK_Territories_Region)
/// Child Employees (Many-to-Many) mapped by table [EmployeeTerritories]
1527
1527
/// </summary>
1528
-
publicvirtualSystem.Collections.Generic.ICollection<Employee>Employees{get;set;}=newSystem.Collections.Generic.List<Employee>();// Many to many mapping
1528
+
publicvirtualSystem.Collections.Generic.ICollection<Employee>Employees{get;set;}// Many to many mapping
0 commit comments