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

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