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

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