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