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

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