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