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

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