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

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