예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Posts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPosts(Posts posts)
 {
     base.AddObject("Posts", posts);
 }
예제 #2
0
 /// <summary>
 /// Create a new Posts object.
 /// </summary>
 /// <param name="post_ID">Initial value of the Post_ID property.</param>
 public static Posts CreatePosts(global::System.Guid post_ID)
 {
     Posts posts = new Posts();
     posts.Post_ID = post_ID;
     return posts;
 }