Sage.Integration.Northwind.Application.Entities.Product.DataSets.Product.Product C# (CSharp) Method

Product() private method

private Product ( ) : System
return System
        public Product() {
            this.BeginInit();
            this.InitClass();
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            base.Relations.CollectionChanged += schemaChangedHandler;
            this.EndInit();
        }
        

Same methods

Product::Product ( System info, System context ) : System