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