/// <summary>
 /// Create a new BookExampleEntity object.
 /// </summary>
 /// <param name="tID">Initial value of the TID property.</param>
 /// <param name="items">Initial value of the items property.</param>
 public static BookExampleEntity CreateBookExampleEntity(global::System.String tID, global::System.String items)
 {
     BookExampleEntity bookExampleEntity = new BookExampleEntity();
     bookExampleEntity.TID = tID;
     bookExampleEntity.items = items;
     return bookExampleEntity;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the BookExampleEntities EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBookExampleEntities(BookExampleEntity bookExampleEntity)
 {
     base.AddObject("BookExampleEntities", bookExampleEntity);
 }