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

InitClass() private method

private InitClass ( ) : void
return void
        private void InitClass() {
            this.DataSetName = "Product";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/Product.xsd";
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            this.tableProducts = new ProductsDataTable();
            base.Tables.Add(this.tableProducts);
            this.tableChangeLogs = new ChangeLogsDataTable();
            base.Tables.Add(this.tableChangeLogs);
        }