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