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