/// <summary> /// Create a new order_stuff object. /// </summary> /// <param name="order_stuff_id">Initial value of the order_stuff_id property.</param> /// <param name="recipe_id">Initial value of the recipe_id property.</param> /// <param name="order_id">Initial value of the order_id property.</param> public static order_stuff Createorder_stuff(global::System.Int32 order_stuff_id, global::System.Int32 recipe_id, global::System.Int32 order_id) { order_stuff order_stuff = new order_stuff(); order_stuff.order_stuff_id = order_stuff_id; order_stuff.recipe_id = recipe_id; order_stuff.order_id = order_id; return order_stuff; }
/// <summary> /// Deprecated Method for adding a new object to the order_stuff EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToorder_stuff(order_stuff order_stuff) { base.AddObject("order_stuff", order_stuff); }