private void InitClass() {
     this.DataSetName = "AccountsDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/AccountsDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableaccounts = new accountsDataTable();
     base.Tables.Add(this.tableaccounts);
     this.tableaccountsView = new accountsViewDataTable();
     base.Tables.Add(this.tableaccountsView);
 }
 internal accountsRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableaccounts = ((accountsDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableaccounts = ((accountsDataTable)(base.Tables["accounts"]));
     if ((initTable == true)) {
         if ((this.tableaccounts != null)) {
             this.tableaccounts.InitVars();
         }
     }
     this.tableaccountsView = ((accountsViewDataTable)(base.Tables["accountsView"]));
     if ((initTable == true)) {
         if ((this.tableaccountsView != null)) {
             this.tableaccountsView.InitVars();
         }
     }
 }