private void InitClass() {
     this.DataSetName = "OperDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/OperDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGetAccountsFromType = new GetAccountsFromTypeDataTable();
     base.Tables.Add(this.tableGetAccountsFromType);
     this.tableGetOper = new GetOperDataTable();
     base.Tables.Add(this.tableGetOper);
 }
 internal GetAccountsFromTypeRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableGetAccountsFromType = ((GetAccountsFromTypeDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableGetAccountsFromType = ((GetAccountsFromTypeDataTable)(base.Tables["GetAccountsFromType"]));
     if ((initTable == true)) {
         if ((this.tableGetAccountsFromType != null)) {
             this.tableGetAccountsFromType.InitVars();
         }
     }
     this.tableGetOper = ((GetOperDataTable)(base.Tables["GetOper"]));
     if ((initTable == true)) {
         if ((this.tableGetOper != null)) {
             this.tableGetOper.InitVars();
         }
     }
 }