示例#1
0
文件: DataSet2.cs 项目: yesashii/upa
 private void InitClass()
 {
     this.DataSetName = "DataSet2";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/DataSet2.xsd";
     this.Locale = new System.Globalization.CultureInfo("es-MX");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableGRUPOS = new GRUPOSDataTable();
     this.Tables.Add(this.tableGRUPOS);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
     this.tableTITULADOS = new TITULADOSDataTable();
     this.Tables.Add(this.tableTITULADOS);
     this.tableENC_REQ_CALIFICADOS = new ENC_REQ_CALIFICADOSDataTable();
     this.Tables.Add(this.tableENC_REQ_CALIFICADOS);
 }
示例#2
0
文件: DataSet2.cs 项目: yesashii/upa
 internal TITULADOSRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableTITULADOS = ((TITULADOSDataTable)(this.Table));
 }
示例#3
0
文件: DataSet2.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableGRUPOS = ((GRUPOSDataTable)(this.Tables["GRUPOS"]));
     if ((this.tableGRUPOS != null)) {
         this.tableGRUPOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
     this.tableTITULADOS = ((TITULADOSDataTable)(this.Tables["TITULADOS"]));
     if ((this.tableTITULADOS != null)) {
         this.tableTITULADOS.InitVars();
     }
     this.tableENC_REQ_CALIFICADOS = ((ENC_REQ_CALIFICADOSDataTable)(this.Tables["ENC_REQ_CALIFICADOS"]));
     if ((this.tableENC_REQ_CALIFICADOS != null)) {
         this.tableENC_REQ_CALIFICADOS.InitVars();
     }
 }