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

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