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

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