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

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tabletsy_TiposDeComprobantes = ((tsy_TiposDeComprobantesDataTable)(this.Tables["tsy_TiposDeComprobantes"]));
     if ((this.tabletsy_TiposDeComprobantes != null))
     {
         this.tabletsy_TiposDeComprobantes.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName                  = "tsy_TiposDeComprobantesDataset";
     this.Prefix                       = "";
     this.Namespace                    = "http://tempuri.org/tsy_TiposDeComprobantes.xsd";
     this.Locale                       = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive                = false;
     this.EnforceConstraints           = true;
     this.tabletsy_TiposDeComprobantes = new tsy_TiposDeComprobantesDataTable();
     this.Tables.Add(this.tabletsy_TiposDeComprobantes);
 }
 internal tsy_TiposDeComprobantesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsy_TiposDeComprobantes = ((tsy_TiposDeComprobantesDataTable)(this.Table));
 }