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