internal void InitVars(bool initTable) { this.tableReporte = ((ReporteDataTable)(base.Tables["Reporte"])); if ((initTable == true)) { if ((this.tableReporte != null)) { this.tableReporte.InitVars(); } } this.tableIncidencia = ((IncidenciaDataTable)(base.Tables["Incidencia"])); if ((initTable == true)) { if ((this.tableIncidencia != null)) { this.tableIncidencia.InitVars(); } } this.tableIncidenciaLinea = ((IncidenciaLineaDataTable)(base.Tables["IncidenciaLinea"])); if ((initTable == true)) { if ((this.tableIncidenciaLinea != null)) { this.tableIncidenciaLinea.InitVars(); } } this.relationIncidencia_IncidenciaLinea = this.Relations["Incidencia_IncidenciaLinea"]; }
private void InitClass() { this.DataSetName = "dsIncidencia"; this.Prefix = ""; this.Namespace = "http://tempuri.org/dsIncidencia.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableReporte = new ReporteDataTable(); base.Tables.Add(this.tableReporte); this.tableIncidencia = new IncidenciaDataTable(); base.Tables.Add(this.tableIncidencia); this.tableIncidenciaLinea = new IncidenciaLineaDataTable(); base.Tables.Add(this.tableIncidenciaLinea); this.relationIncidencia_IncidenciaLinea = new global::System.Data.DataRelation("Incidencia_IncidenciaLinea", new global::System.Data.DataColumn[] { this.tableIncidencia.IdColumn}, new global::System.Data.DataColumn[] { this.tableIncidenciaLinea.IncidenciaColumn}, false); this.Relations.Add(this.relationIncidencia_IncidenciaLinea); }
internal IncidenciaRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableIncidencia = ((IncidenciaDataTable)(this.Table)); }