private void InitClass() { this.DataSetName = "DS_Menu"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DS_Menu.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; this.tableMenuTbl = new MenuTblDataTable(); base.Tables.Add(this.tableMenuTbl); }
internal MenuTblRow(System.Data.DataRowBuilder rb) : base(rb) { this.tableMenuTbl = ((MenuTblDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableMenuTbl = ((MenuTblDataTable)(base.Tables["MenuTbl"])); if ((initTable == true)) { if ((this.tableMenuTbl != null)) { this.tableMenuTbl.InitVars(); } } }