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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "RegionDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/RegionDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableairport            = new airportDataTable();
     base.Tables.Add(this.tableairport);
 }
 internal void InitVars(bool initTable)
 {
     this.tableairport = ((airportDataTable)(base.Tables["airport"]));
     if ((initTable == true))
     {
         if ((this.tableairport != null))
         {
             this.tableairport.InitVars();
         }
     }
 }
 internal airportRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableairport = ((airportDataTable)(this.Table));
 }
Exemplo n.º 5
0
 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);
 }
Exemplo n.º 6
0
 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();
         }
     }
 }
Exemplo n.º 7
0
 internal airportRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableairport = ((airportDataTable)(this.Table));
 }