/// <summary>
 /// Deprecated Method for adding a new object to the C1_30tblPostRecordDateTransactions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC1_30tblPostRecordDateTransactions(C1_30tblPostRecordDateTransactions c1_30tblPostRecordDateTransactions)
 {
     base.AddObject("C1_30tblPostRecordDateTransactions", c1_30tblPostRecordDateTransactions);
 }
 /// <summary>
 /// Create a new C1_30tblPostRecordDateTransactions object.
 /// </summary>
 /// <param name="transactionID">Initial value of the TransactionID property.</param>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="amberbrookDealNo">Initial value of the AmberbrookDealNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="transactionType">Initial value of the TransactionType property.</param>
 /// <param name="proceeds">Initial value of the Proceeds property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C1_30tblPostRecordDateTransactions CreateC1_30tblPostRecordDateTransactions(global::System.Int32 transactionID, global::System.String amberbrookFundNo, global::System.Int32 amberbrookDealNo, global::System.String fund, global::System.String transactionType, global::System.Double proceeds, global::System.Byte[] sSMA_TimeStamp)
 {
     C1_30tblPostRecordDateTransactions c1_30tblPostRecordDateTransactions = new C1_30tblPostRecordDateTransactions();
     c1_30tblPostRecordDateTransactions.TransactionID = transactionID;
     c1_30tblPostRecordDateTransactions.AmberbrookFundNo = amberbrookFundNo;
     c1_30tblPostRecordDateTransactions.AmberbrookDealNo = amberbrookDealNo;
     c1_30tblPostRecordDateTransactions.Fund = fund;
     c1_30tblPostRecordDateTransactions.TransactionType = transactionType;
     c1_30tblPostRecordDateTransactions.Proceeds = proceeds;
     c1_30tblPostRecordDateTransactions.SSMA_TimeStamp = sSMA_TimeStamp;
     return c1_30tblPostRecordDateTransactions;
 }