/// <summary>
 /// Deprecated Method for adding a new object to the C8_200tblSumPostRecordDate EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC8_200tblSumPostRecordDate(C8_200tblSumPostRecordDate c8_200tblSumPostRecordDate)
 {
     base.AddObject("C8_200tblSumPostRecordDate", c8_200tblSumPostRecordDate);
 }
 /// <summary>
 /// Create a new C8_200tblSumPostRecordDate object.
 /// </summary>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C8_200tblSumPostRecordDate CreateC8_200tblSumPostRecordDate(global::System.Byte[] sSMA_TimeStamp)
 {
     C8_200tblSumPostRecordDate c8_200tblSumPostRecordDate = new C8_200tblSumPostRecordDate();
     c8_200tblSumPostRecordDate.SSMA_TimeStamp = sSMA_TimeStamp;
     return c8_200tblSumPostRecordDate;
 }