public override global::System.Data.DataTable Clone() { CurrentStatusDataTable cln = ((CurrentStatusDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "CurrentStatuses"; this.Prefix = ""; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableCurrentStatus = new CurrentStatusDataTable(); base.Tables.Add(this.tableCurrentStatus); }
internal void InitVars(bool initTable) { this.tableCurrentStatus = ((CurrentStatusDataTable)(base.Tables["CurrentStatus"])); if ((initTable == true)) { if ((this.tableCurrentStatus != null)) { this.tableCurrentStatus.InitVars(); } } }
internal CurrentStatusRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableCurrentStatus = ((CurrentStatusDataTable)(this.Table)); }