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