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

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