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