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

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