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