public override global::System.Data.DataTable Clone() { AISTOCK_STOCK_TODAYDataTable cln = ((AISTOCK_STOCK_TODAYDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "AISTOCK_STOCK_TODAY_DATA"; this.Prefix = ""; this.Namespace = "http://tempuri.org/AISTOCK_STOCK_TODAY_DATA.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableAISTOCK_STOCK_TODAY = new AISTOCK_STOCK_TODAYDataTable(); base.Tables.Add(this.tableAISTOCK_STOCK_TODAY); }
internal void InitVars(bool initTable) { this.tableAISTOCK_STOCK_TODAY = ((AISTOCK_STOCK_TODAYDataTable)(base.Tables["AISTOCK_STOCK_TODAY"])); if ((initTable == true)) { if ((this.tableAISTOCK_STOCK_TODAY != null)) { this.tableAISTOCK_STOCK_TODAY.InitVars(); } } }
internal AISTOCK_STOCK_TODAYRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableAISTOCK_STOCK_TODAY = ((AISTOCK_STOCK_TODAYDataTable)(this.Table)); }