public override global::System.Data.DataTable Clone()
            {
                _repcuentasDataTable cln = ((_repcuentasDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "_repcuentas";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/Poliza.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.table_repcuentas        = new _repcuentasDataTable();
     base.Tables.Add(this.table_repcuentas);
 }
 internal void InitVars(bool initTable)
 {
     this.table_repcuentas = ((_repcuentasDataTable)(base.Tables["_repcuentas"]));
     if ((initTable == true))
     {
         if ((this.table_repcuentas != null))
         {
             this.table_repcuentas.InitVars();
         }
     }
 }
 internal _repcuentasRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.table_repcuentas = ((_repcuentasDataTable)(this.Table));
 }