public override global::System.Data.DataTable Clone() { EmployeePayDataTable cln = ((EmployeePayDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "Employees"; this.Prefix = ""; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableEmployeePay = new EmployeePayDataTable(); base.Tables.Add(this.tableEmployeePay); }
internal void InitVars(bool initTable) { this.tableEmployeePay = ((EmployeePayDataTable)(base.Tables["EmployeePay"])); if ((initTable == true)) { if ((this.tableEmployeePay != null)) { this.tableEmployeePay.InitVars(); } } }
internal EmployeePayRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableEmployeePay = ((EmployeePayDataTable)(this.Table)); }