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

                cln.InitVars();
                return(cln);
            }
            public override DataTable Clone()
            {
                CuentasDataTable cln = ((CuentasDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tableCuentas = ((CuentasDataTable)(this.Tables["Cuentas"]));
     if ((this.tableCuentas != null))
     {
         this.tableCuentas.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "DataSetCuentas";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSetCuentas.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCuentas            = new CuentasDataTable();
     base.Tables.Add(this.tableCuentas);
 }
 private void InitClass()
 {
     this.DataSetName        = "CuentasExDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/CuentasExDataset.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableCuentas       = new CuentasDataTable();
     this.Tables.Add(this.tableCuentas);
 }
 internal void InitVars(bool initTable)
 {
     this.tableCuentas = ((CuentasDataTable)(base.Tables["Cuentas"]));
     if ((initTable == true))
     {
         if ((this.tableCuentas != null))
         {
             this.tableCuentas.InitVars();
         }
     }
 }
 internal CuentasRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableCuentas = ((CuentasDataTable)(this.Table));
 }
 internal CuentasRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCuentas = ((CuentasDataTable)(this.Table));
 }