internal void InitVars(bool initTable) {
     this._tabledbo_Goods = ((_dbo_GoodsDataTable)(base.Tables["dbo.Goods"]));
     if ((initTable == true)) {
         if ((this._tabledbo_Goods != null)) {
             this._tabledbo_Goods.InitVars();
         }
     }
     this._tabledbo_Box = ((_dbo_BoxDataTable)(base.Tables["dbo.Box"]));
     if ((initTable == true)) {
         if ((this._tabledbo_Box != null)) {
             this._tabledbo_Box.InitVars();
         }
     }
     this._tabledbo_Driver = ((_dbo_DriverDataTable)(base.Tables["dbo.Driver"]));
     if ((initTable == true)) {
         if ((this._tabledbo_Driver != null)) {
             this._tabledbo_Driver.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "db_rfidtestDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/db_rfidtestDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this._tabledbo_Goods = new _dbo_GoodsDataTable();
     base.Tables.Add(this._tabledbo_Goods);
     this._tabledbo_Box = new _dbo_BoxDataTable();
     base.Tables.Add(this._tabledbo_Box);
     this._tabledbo_Driver = new _dbo_DriverDataTable();
     base.Tables.Add(this._tabledbo_Driver);
 }
 internal _dbo_GoodsRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this._tabledbo_Goods = ((_dbo_GoodsDataTable)(this.Table));
 }