/// /// Clone新的DataTable。 /// public override DataTable Clone() { DataTableTJ_TJ_PACKAGESECON cln = ((DataTableTJ_TJ_PACKAGESECON)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tableTJ_TJ_PACKAGESECON = ((DataTableTJ_TJ_PACKAGESECON)(this.Tables["TJ_TJ_PACKAGESECON"])); if ((this.tableTJ_TJ_PACKAGESECON != null)) { this.tableTJ_TJ_PACKAGESECON.InitVars(); } }
private void InitClass() { this.DataSetName = "DeptDataSet"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/DeptDataSet.xsd"; this.Locale = new System.Globalization.CultureInfo("zh-CN"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableTJ_TJ_PACKAGESECON = new DataTableTJ_TJ_PACKAGESECON(); this.Tables.Add(this.tableTJ_TJ_PACKAGESECON); }
internal RowTJ_TJ_PACKAGESECON(DataRowBuilder rb) : base(rb) { this.tableTJ_TJ_PACKAGESECON = ((DataTableTJ_TJ_PACKAGESECON)(this.Table)); }