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