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