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