コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Boards EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBoards(Boards boards)
 {
     base.AddObject("Boards", boards);
 }
コード例 #2
0
 /// <summary>
 /// Create a new Boards object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static Boards CreateBoards(global::System.Int32 id)
 {
     Boards boards = new Boards();
     boards.ID = id;
     return boards;
 }