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

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