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