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

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