public override DataTable Clone()
            {
                sy_VariablesEmpresasDataTable cln = ((sy_VariablesEmpresasDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tablesy_VariablesEmpresas = ((sy_VariablesEmpresasDataTable)(this.Tables["sy_VariablesEmpresas"]));
     if ((this.tablesy_VariablesEmpresas != null))
     {
         this.tablesy_VariablesEmpresas.InitVars();
     }
 }
Exemple #3
0
 private void InitClass()
 {
     this.DataSetName               = "sy_VariablesEmpresasDataset";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/sy_VariablesEmpresas.xsd";
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablesy_VariablesEmpresas = new sy_VariablesEmpresasDataTable();
     base.Tables.Add(this.tablesy_VariablesEmpresas);
 }
 private void InitClass()
 {
     this.DataSetName               = "sy_VariablesEmpresasDataset";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/sy_VariablesEmpresas.xsd";
     this.Locale                    = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive             = false;
     this.EnforceConstraints        = true;
     this.tablesy_VariablesEmpresas = new sy_VariablesEmpresasDataTable();
     this.Tables.Add(this.tablesy_VariablesEmpresas);
 }
Exemple #5
0
 internal void InitVars(bool initTable)
 {
     this.tablesy_VariablesEmpresas = ((sy_VariablesEmpresasDataTable)(base.Tables["sy_VariablesEmpresas"]));
     if ((initTable == true))
     {
         if ((this.tablesy_VariablesEmpresas != null))
         {
             this.tablesy_VariablesEmpresas.InitVars();
         }
     }
 }
 internal sy_VariablesEmpresasRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablesy_VariablesEmpresas = ((sy_VariablesEmpresasDataTable)(this.Table));
 }
Exemple #7
0
 internal sy_VariablesEmpresasRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablesy_VariablesEmpresas = ((sy_VariablesEmpresasDataTable)(this.Table));
 }