/// <summary>
 /// Deprecated Method for adding a new object to the C6_20tblLPCommitment EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC6_20tblLPCommitment(C6_20tblLPCommitment c6_20tblLPCommitment)
 {
     base.AddObject("C6_20tblLPCommitment", c6_20tblLPCommitment);
 }
 /// <summary>
 /// Create a new C6_20tblLPCommitment object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="transactionDate">Initial value of the TransactionDate property.</param>
 /// <param name="amberbrookFundName">Initial value of the AmberbrookFundName property.</param>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="designation">Initial value of the Designation property.</param>
 /// <param name="limitedPartner">Initial value of the LimitedPartner property.</param>
 /// <param name="commitmentAmount">Initial value of the CommitmentAmount property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C6_20tblLPCommitment CreateC6_20tblLPCommitment(global::System.Int32 id, global::System.DateTime transactionDate, global::System.String amberbrookFundName, global::System.String amberbrookFundNo, global::System.String designation, global::System.String limitedPartner, global::System.Decimal commitmentAmount, global::System.Byte[] sSMA_TimeStamp)
 {
     C6_20tblLPCommitment c6_20tblLPCommitment = new C6_20tblLPCommitment();
     c6_20tblLPCommitment.ID = id;
     c6_20tblLPCommitment.TransactionDate = transactionDate;
     c6_20tblLPCommitment.AmberbrookFundName = amberbrookFundName;
     c6_20tblLPCommitment.AmberbrookFundNo = amberbrookFundNo;
     c6_20tblLPCommitment.Designation = designation;
     c6_20tblLPCommitment.LimitedPartner = limitedPartner;
     c6_20tblLPCommitment.CommitmentAmount = commitmentAmount;
     c6_20tblLPCommitment.SSMA_TimeStamp = sSMA_TimeStamp;
     return c6_20tblLPCommitment;
 }