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

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