public override global::System.Data.DataTable Clone() { tbGoodsDataTable cln = ((tbGoodsDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "GoodsNew"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/GoodsNew.xsd"; this.Locale = new global::System.Globalization.CultureInfo("zh-CN"); this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tabletbGoods = new tbGoodsDataTable(); base.Tables.Add(this.tabletbGoods); }
internal void InitVars(bool initTable) { this.tabletbGoods = ((tbGoodsDataTable)(base.Tables["tbGoods"])); if ((initTable == true)) { if ((this.tabletbGoods != null)) { this.tabletbGoods.InitVars(); } } }
internal tbGoodsRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabletbGoods = ((tbGoodsDataTable)(this.Table)); }