Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                AISTOCK_STOCK_SUMMARYDataTable cln = ((AISTOCK_STOCK_SUMMARYDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName                = "AISTOCK_STOCK_SUMMARY_DATA";
     this.Prefix                     = "";
     this.Namespace                  = "http://tempuri.org/AISTOCK_STOCK_SUMMARY_DATA.xsd";
     this.EnforceConstraints         = true;
     this.SchemaSerializationMode    = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAISTOCK_STOCK_SUMMARY = new AISTOCK_STOCK_SUMMARYDataTable();
     base.Tables.Add(this.tableAISTOCK_STOCK_SUMMARY);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableAISTOCK_STOCK_SUMMARY = ((AISTOCK_STOCK_SUMMARYDataTable)(base.Tables["AISTOCK_STOCK_SUMMARY"]));
     if ((initTable == true))
     {
         if ((this.tableAISTOCK_STOCK_SUMMARY != null))
         {
             this.tableAISTOCK_STOCK_SUMMARY.InitVars();
         }
     }
 }
Example #4
0
 internal AISTOCK_STOCK_SUMMARYRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAISTOCK_STOCK_SUMMARY = ((AISTOCK_STOCK_SUMMARYDataTable)(this.Table));
 }