Ejemplo n.º 1
0
            public override DataTable Clone()
            {
                GruposVariablesDataTable cln = ((GruposVariablesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 internal void InitVars()
 {
     this.tableGruposVariables = ((GruposVariablesDataTable)(this.Tables["GruposVariables"]));
     if ((this.tableGruposVariables != null))
     {
         this.tableGruposVariables.InitVars();
     }
 }
Ejemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName          = "GruposVariablesExDataset";
     this.Prefix               = "";
     this.Namespace            = "http://tempuri.org/GruposVariablesExDataset.xsd";
     this.Locale               = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive        = false;
     this.EnforceConstraints   = true;
     this.tableGruposVariables = new GruposVariablesDataTable();
     this.Tables.Add(this.tableGruposVariables);
 }
Ejemplo n.º 4
0
 internal GruposVariablesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableGruposVariables = ((GruposVariablesDataTable)(this.Table));
 }