/// <summary>
 /// Deprecated Method for adding a new object to the qryCallReportDealPurchase_Expenses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToqryCallReportDealPurchase_Expenses(qryCallReportDealPurchase_Expenses qryCallReportDealPurchase_Expenses)
 {
     base.AddObject("qryCallReportDealPurchase_Expenses", qryCallReportDealPurchase_Expenses);
 }
 /// <summary>
 /// Create a new qryCallReportDealPurchase_Expenses object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="dealNo">Initial value of the DealNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="totalCosts">Initial value of the TotalCosts property.</param>
 public static qryCallReportDealPurchase_Expenses CreateqryCallReportDealPurchase_Expenses(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String fund, global::System.Decimal totalCosts)
 {
     qryCallReportDealPurchase_Expenses qryCallReportDealPurchase_Expenses = new qryCallReportDealPurchase_Expenses();
     qryCallReportDealPurchase_Expenses.AmberbrookFundNo = amberbrookFundNo;
     qryCallReportDealPurchase_Expenses.DealNo = dealNo;
     qryCallReportDealPurchase_Expenses.Fund = fund;
     qryCallReportDealPurchase_Expenses.TotalCosts = totalCosts;
     return qryCallReportDealPurchase_Expenses;
 }