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

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