예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ClientBooksArchive EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientBooksArchive(ClientBooksArchive clientBooksArchive)
 {
     base.AddObject("ClientBooksArchive", clientBooksArchive);
 }
예제 #2
0
 /// <summary>
 /// Create a new ClientBooksArchive object.
 /// </summary>
 /// <param name="clientID">Initial value of the ClientID property.</param>
 /// <param name="bookID">Initial value of the BookID property.</param>
 public static ClientBooksArchive CreateClientBooksArchive(global::System.Int32 clientID, global::System.Int32 bookID)
 {
     ClientBooksArchive clientBooksArchive = new ClientBooksArchive();
     clientBooksArchive.ClientID = clientID;
     clientBooksArchive.BookID = bookID;
     return clientBooksArchive;
 }