/// <summary>
 /// Deprecated Method for adding a new object to the tblBatchResults EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblBatchResults(tblBatchResult tblBatchResult)
 {
     base.AddObject("tblBatchResults", tblBatchResult);
 }
 /// <summary>
 /// Create a new tblBatchResult object.
 /// </summary>
 /// <param name="batchResultID">Initial value of the BatchResultID property.</param>
 /// <param name="batchID">Initial value of the BatchID property.</param>
 /// <param name="iDate">Initial value of the iDate property.</param>
 public static tblBatchResult CreatetblBatchResult(global::System.Int32 batchResultID, global::System.Int32 batchID, global::System.DateTime iDate)
 {
     tblBatchResult tblBatchResult = new tblBatchResult();
     tblBatchResult.BatchResultID = batchResultID;
     tblBatchResult.BatchID = batchID;
     tblBatchResult.iDate = iDate;
     return tblBatchResult;
 }