internal void InitVars(bool initTable) {
     this.tableairport = ((airportDataTable)(base.Tables["airport"]));
     if ((initTable == true)) {
         if ((this.tableairport != null)) {
             this.tableairport.InitVars();
         }
     }
     this.tableairportName = ((airportNameDataTable)(base.Tables["airportName"]));
     if ((initTable == true)) {
         if ((this.tableairportName != null)) {
             this.tableairportName.InitVars();
         }
     }
     this.tableairportInfo = ((airportInfoDataTable)(base.Tables["airportInfo"]));
     if ((initTable == true)) {
         if ((this.tableairportInfo != null)) {
             this.tableairportInfo.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "AirportDataSet";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/AirportDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableairport = new airportDataTable();
     base.Tables.Add(this.tableairport);
     this.tableairportName = new airportNameDataTable();
     base.Tables.Add(this.tableairportName);
     this.tableairportInfo = new airportInfoDataTable();
     base.Tables.Add(this.tableairportInfo);
 }
 internal airportInfoRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableairportInfo = ((airportInfoDataTable)(this.Table));
 }