/// <summary>
 /// Create a new CrawlDateTime object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="crawlHistoryId">Initial value of the CrawlHistoryId property.</param>
 public static CrawlDateTime CreateCrawlDateTime(global::System.Int32 id, global::System.Int32 crawlHistoryId)
 {
     CrawlDateTime crawlDateTime = new CrawlDateTime();
     crawlDateTime.Id = id;
     crawlDateTime.CrawlHistoryId = crawlHistoryId;
     return crawlDateTime;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CrawlDateTimes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCrawlDateTimes(CrawlDateTime crawlDateTime)
 {
     base.AddObject("CrawlDateTimes", crawlDateTime);
 }