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

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 internal void InitVars()
 {
     this.tablesy_VariablesEmpresas = ((sy_VariablesEmpresasDataTable)(this.Tables["sy_VariablesEmpresas"]));
     if ((this.tablesy_VariablesEmpresas != null))
     {
         this.tablesy_VariablesEmpresas.InitVars();
     }
 }
Exemplo n.º 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);
 }
Exemplo n.º 4
0
 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);
 }
Exemplo n.º 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();
         }
     }
 }
Exemplo n.º 6
0
 internal sy_VariablesEmpresasRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablesy_VariablesEmpresas = ((sy_VariablesEmpresasDataTable)(this.Table));
 }
Exemplo n.º 7
0
 internal sy_VariablesEmpresasRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablesy_VariablesEmpresas = ((sy_VariablesEmpresasDataTable)(this.Table));
 }