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