private void InitClass() {
     this.DataSetName = "TrayInstallPlanDs";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TrayInstallPlanDs.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTRAY_INSTALLATION_TAB = new TRAY_INSTALLATION_TABDataTable();
     base.Tables.Add(this.tableTRAY_INSTALLATION_TAB);
 }
 internal TRAY_INSTALLATION_TABRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableTRAY_INSTALLATION_TAB = ((TRAY_INSTALLATION_TABDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableTRAY_INSTALLATION_TAB = ((TRAY_INSTALLATION_TABDataTable)(base.Tables["TRAY_INSTALLATION_TAB"]));
     if ((initTable == true)) {
         if ((this.tableTRAY_INSTALLATION_TAB != null)) {
             this.tableTRAY_INSTALLATION_TAB.InitVars();
         }
     }
 }