/// <summary> /// Deprecated Method for adding a new object to the Rooms EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRooms(Room room) { base.AddObject("Rooms", room); }
/// <summary> /// Create a new Room object. /// </summary> /// <param name="pkidHabitacion">Initial value of the pkidHabitacion property.</param> public static Room CreateRoom(global::System.Int64 pkidHabitacion) { Room room = new Room(); room.pkidHabitacion = pkidHabitacion; return room; }