protected NorthwindChangeSet(NorthwindChangeSet changeSet) { this.Categories = changeSet.Categories; this.DemographicGroups = changeSet.DemographicGroups; this.Customers = changeSet.Customers; this.DynamicContentEntities = changeSet.DynamicContentEntities; this.Employees = changeSet.Employees; this.Order_Details = changeSet.Order_Details; this.Orders = changeSet.Orders; this.Products = changeSet.Products; this.Regions = changeSet.Regions; this.Shippers = changeSet.Shippers; this.Suppliers = changeSet.Suppliers; this.Territories = changeSet.Territories; }
public NorthwindResultSet(NorthwindChangeSet changeSet) : base(changeSet) { }