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