/// <summary> /// Create a new Beer_PremiumBeer object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static Beer_PremiumBeer CreateBeer_PremiumBeer(global::System.Int64 id) { Beer_PremiumBeer beer_PremiumBeer = new Beer_PremiumBeer(); beer_PremiumBeer.Id = id; return(beer_PremiumBeer); }
/// <summary> /// Create a new Beer_PremiumBeer object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static Beer_PremiumBeer CreateBeer_PremiumBeer(global::System.Int64 id) { Beer_PremiumBeer beer_PremiumBeer = new Beer_PremiumBeer(); beer_PremiumBeer.Id = id; return beer_PremiumBeer; }
/// <summary> /// Deprecated Method for adding a new object to the Beer_PremiumBeer EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBeer_PremiumBeer(Beer_PremiumBeer beer_PremiumBeer) { base.AddObject("Beer_PremiumBeer", beer_PremiumBeer); }