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