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