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