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

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