public override global::System.Data.DataTable Clone()
            {
                RptWare_SoQTMDataTable cln = ((RptWare_SoQTMDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "Ds_RptWare_SoQTM";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/Ds_RptWare_SoQTM.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableRptWare_SoQTM      = new RptWare_SoQTMDataTable();
     base.Tables.Add(this.tableRptWare_SoQTM);
 }
 internal void InitVars(bool initTable)
 {
     this.tableRptWare_SoQTM = ((RptWare_SoQTMDataTable)(base.Tables["RptWare_SoQTM"]));
     if ((initTable == true))
     {
         if ((this.tableRptWare_SoQTM != null))
         {
             this.tableRptWare_SoQTM.InitVars();
         }
     }
 }
 internal RptWare_SoQTMRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableRptWare_SoQTM = ((RptWare_SoQTMDataTable)(this.Table));
 }