public override global::System.Data.DataTable Clone() { reporteDataTable cln = ((reporteDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tablereporte = ((reporteDataTable)(this.Tables["reporte"])); if ((this.tablereporte != null)) { this.tablereporte.InitVars(); } }
private void InitClass() { this.DataSetName = "info"; this.Prefix = ""; this.Namespace = "http://tempuri.org/info.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tablereporte = new reporteDataTable(); base.Tables.Add(this.tablereporte); }
internal void InitVars(bool initTable) { this.tablereporte = ((reporteDataTable)(base.Tables["reporte"])); if ((initTable == true)) { if ((this.tablereporte != null)) { this.tablereporte.InitVars(); } } }
private void InitClass() { this.DataSetName = "datosReporte"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/datosReporte.xsd"; this.Locale = new System.Globalization.CultureInfo("es-ES"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tablereporte = new reporteDataTable(); this.Tables.Add(this.tablereporte); }
internal reporteRow(DataRowBuilder rb) : base(rb) { this.tablereporte = ((reporteDataTable)(this.Table)); }
internal reporteRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tablereporte = ((reporteDataTable)(this.Table)); }