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

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