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

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