/// <summary> /// Create a new Link object. /// </summary> /// <param name="linkID">Initial value of the LinkID property.</param> /// <param name="active">Initial value of the Active property.</param> /// <param name="blogId">Initial value of the BlogId property.</param> public static Link CreateLink(global::System.Int32 linkID, global::System.Boolean active, global::System.Int32 blogId) { Link link = new Link(); link.LinkID = linkID; link.Active = active; link.BlogId = blogId; return link; }
/// <summary> /// Deprecated Method for adding a new object to the Links EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLinks(Link link) { base.AddObject("Links", link); }