示例#1
0
文件: DataSet1.cs 项目: yesashii/upa
            public override DataTable Clone()
            {
                OTROS_INGRESOSDataTable cln = ((OTROS_INGRESOSDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
文件: DataSet1.cs 项目: yesashii/upa
 private void InitClass()
 {
     this.DataSetName         = "DataSet1";
     this.Prefix              = "";
     this.Namespace           = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale              = new System.Globalization.CultureInfo("es-CL");
     this.CaseSensitive       = false;
     this.EnforceConstraints  = true;
     this.tableOTROS_INGRESOS = new OTROS_INGRESOSDataTable();
     this.Tables.Add(this.tableOTROS_INGRESOS);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
示例#3
0
文件: DataSet1.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Tables["OTROS_INGRESOS"]));
     if ((this.tableOTROS_INGRESOS != null))
     {
         this.tableOTROS_INGRESOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null))
     {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#4
0
文件: DataSet1.cs 项目: yesashii/upa
 internal OTROS_INGRESOSRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Table));
 }
示例#5
0
文件: DataSet1.cs 项目: yesashii/upa
 private void InitClass()
 {
     this.DataSetName = "DataSet1";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale = new System.Globalization.CultureInfo("es-CL");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableOTROS_INGRESOS = new OTROS_INGRESOSDataTable();
     this.Tables.Add(this.tableOTROS_INGRESOS);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
示例#6
0
文件: DataSet1.cs 项目: yesashii/upa
 internal void InitVars()
 {
     this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Tables["OTROS_INGRESOS"]));
     if ((this.tableOTROS_INGRESOS != null)) {
         this.tableOTROS_INGRESOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
 }
示例#7
0
文件: DataSet1.cs 项目: yesashii/upa
 internal OTROS_INGRESOSRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Table));
 }