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