private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/DataSet1.xsd"; this.Locale = new System.Globalization.CultureInfo("es-MX"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableASIGNATURAS = new ASIGNATURASDataTable(); this.Tables.Add(this.tableASIGNATURAS); this.tableEGRESADOS = new EGRESADOSDataTable(); this.Tables.Add(this.tableEGRESADOS); this.tableENCABEZADO = new ENCABEZADODataTable(); this.Tables.Add(this.tableENCABEZADO); }
internal ASIGNATURASRow(DataRowBuilder rb) : base(rb) { this.tableASIGNATURAS = ((ASIGNATURASDataTable)(this.Table)); }
internal void InitVars() { this.tableASIGNATURAS = ((ASIGNATURASDataTable)(this.Tables["ASIGNATURAS"])); if ((this.tableASIGNATURAS != null)) { this.tableASIGNATURAS.InitVars(); } this.tableEGRESADOS = ((EGRESADOSDataTable)(this.Tables["EGRESADOS"])); if ((this.tableEGRESADOS != null)) { this.tableEGRESADOS.InitVars(); } this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"])); if ((this.tableENCABEZADO != null)) { this.tableENCABEZADO.InitVars(); } }