Esempio n. 1
0
        /// <summary>
        /// Create a new Airports object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        public static Airports CreateAirports(global::System.String id)
        {
            Airports airports = new Airports();

            airports.Id = id;
            return(airports);
        }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Airports EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAirports(Airports airports)
 {
     base.AddObject("Airports", airports);
 }