/// <summary>
 /// Deprecated Method for adding a new object to the ProductInfoCrawlHistories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProductInfoCrawlHistories(ProductInfoCrawlHistory productInfoCrawlHistory)
 {
     base.AddObject("ProductInfoCrawlHistories", productInfoCrawlHistory);
 }
 /// <summary>
 /// Create a new ProductInfoCrawlHistory object.
 /// </summary>
 /// <param name="productInfoCrawlHistoryId">Initial value of the ProductInfoCrawlHistoryId property.</param>
 /// <param name="productInfoId">Initial value of the ProductInfoId property.</param>
 /// <param name="crawlHistoryId">Initial value of the CrawlHistoryId property.</param>
 public static ProductInfoCrawlHistory CreateProductInfoCrawlHistory(global::System.Int32 productInfoCrawlHistoryId, global::System.Int32 productInfoId, global::System.Int32 crawlHistoryId)
 {
     ProductInfoCrawlHistory productInfoCrawlHistory = new ProductInfoCrawlHistory();
     productInfoCrawlHistory.ProductInfoCrawlHistoryId = productInfoCrawlHistoryId;
     productInfoCrawlHistory.ProductInfoId = productInfoId;
     productInfoCrawlHistory.CrawlHistoryId = crawlHistoryId;
     return productInfoCrawlHistory;
 }