internal ProductsTblRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableProductsTbl = ((ProductsTblDataTable)(this.Table)); }
private void InitClass() { this.DataSetName = "ProductsDataSet"; this.Prefix = ""; this.Namespace = "http://tempuri.org/ProductsDataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableProductsBinTbl = new ProductsBinTblDataTable(); base.Tables.Add(this.tableProductsBinTbl); this.tableProductsTbl = new ProductsTblDataTable(); base.Tables.Add(this.tableProductsTbl); this.tableDocsTbl = new DocsTblDataTable(); base.Tables.Add(this.tableDocsTbl); this.tableDocsBinTbl = new DocsBinTblDataTable(); base.Tables.Add(this.tableDocsBinTbl); }
internal void InitVars(bool initTable) { this.tableProductsBinTbl = ((ProductsBinTblDataTable)(base.Tables["ProductsBinTbl"])); if ((initTable == true)) { if ((this.tableProductsBinTbl != null)) { this.tableProductsBinTbl.InitVars(); } } this.tableProductsTbl = ((ProductsTblDataTable)(base.Tables["ProductsTbl"])); if ((initTable == true)) { if ((this.tableProductsTbl != null)) { this.tableProductsTbl.InitVars(); } } this.tableDocsTbl = ((DocsTblDataTable)(base.Tables["DocsTbl"])); if ((initTable == true)) { if ((this.tableDocsTbl != null)) { this.tableDocsTbl.InitVars(); } } this.tableDocsBinTbl = ((DocsBinTblDataTable)(base.Tables["DocsBinTbl"])); if ((initTable == true)) { if ((this.tableDocsBinTbl != null)) { this.tableDocsBinTbl.InitVars(); } } }