Пример #1
0
 /// <summary>
 /// Create a new tempAirport object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="airport">Initial value of the Airport property.</param>
 /// <param name="airportName">Initial value of the AirportName property.</param>
 /// <param name="city">Initial value of the City property.</param>
 public static tempAirport CreatetempAirport(global::System.Int32 id, global::System.String airport, global::System.String airportName, global::System.Int32 city)
 {
     tempAirport tempAirport = new tempAirport();
     tempAirport.ID = id;
     tempAirport.Airport = airport;
     tempAirport.AirportName = airportName;
     tempAirport.City = city;
     return tempAirport;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tempAirport EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotempAirport(tempAirport tempAirport)
 {
     base.AddObject("tempAirport", tempAirport);
 }