/// <summary>
 /// Create a new tblBatch object.
 /// </summary>
 /// <param name="batchID">Initial value of the BatchID property.</param>
 /// <param name="originID">Initial value of the OriginID property.</param>
 /// <param name="batchCount">Initial value of the BatchCount property.</param>
 /// <param name="batchValue">Initial value of the BatchValue property.</param>
 /// <param name="batchProcessID">Initial value of the BatchProcessID property.</param>
 /// <param name="iDate">Initial value of the iDate property.</param>
 /// <param name="batchRejectedRequested">Initial value of the BatchRejectedRequested property.</param>
 /// <param name="batchContainsAHV">Initial value of the BatchContainsAHV property.</param>
 public static tblBatch CreatetblBatch(global::System.Int32 batchID, global::System.Int32 originID, global::System.Int32 batchCount, global::System.Double batchValue, global::System.Int32 batchProcessID, global::System.DateTime iDate, global::System.Int32 batchRejectedRequested, global::System.Int32 batchContainsAHV)
 {
     tblBatch tblBatch = new tblBatch();
     tblBatch.BatchID = batchID;
     tblBatch.OriginID = originID;
     tblBatch.BatchCount = batchCount;
     tblBatch.BatchValue = batchValue;
     tblBatch.BatchProcessID = batchProcessID;
     tblBatch.iDate = iDate;
     tblBatch.BatchRejectedRequested = batchRejectedRequested;
     tblBatch.BatchContainsAHV = batchContainsAHV;
     return tblBatch;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the tblBatches EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblBatches(tblBatch tblBatch)
 {
     base.AddObject("tblBatches", tblBatch);
 }