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

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