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