Exemple #1
0
            public override DataTable Clone()
            {
                tfi_ResponsablesCajasDataTable cln = ((tfi_ResponsablesCajasDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 internal void InitVars()
 {
     this.tabletfi_ResponsablesCajas = ((tfi_ResponsablesCajasDataTable)(this.Tables["tfi_ResponsablesCajas"]));
     if ((this.tabletfi_ResponsablesCajas != null))
     {
         this.tabletfi_ResponsablesCajas.InitVars();
     }
 }
Exemple #3
0
 private void InitClass()
 {
     this.DataSetName                = "tfi_ResponsablesCajasDataset";
     this.Prefix                     = "";
     this.Namespace                  = "http://tempuri.org/tfi_ResponsablesCajas.xsd";
     this.Locale                     = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive              = false;
     this.EnforceConstraints         = true;
     this.tabletfi_ResponsablesCajas = new tfi_ResponsablesCajasDataTable();
     this.Tables.Add(this.tabletfi_ResponsablesCajas);
 }
Exemple #4
0
 internal tfi_ResponsablesCajasRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletfi_ResponsablesCajas = ((tfi_ResponsablesCajasDataTable)(this.Table));
 }