/// <summary> /// Deprecated Method for adding a new object to the C9_qryPPMCompetivevsNeg EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC9_qryPPMCompetivevsNeg(C9_qryPPMCompetivevsNeg c9_qryPPMCompetivevsNeg) { base.AddObject("C9_qryPPMCompetivevsNeg", c9_qryPPMCompetivevsNeg); }
/// <summary> /// Create a new C9_qryPPMCompetivevsNeg object. /// </summary> /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param> /// <param name="dealNo">Initial value of the DealNo property.</param> /// <param name="dealName">Initial value of the DealName property.</param> /// <param name="netPurchasePrice">Initial value of the NetPurchasePrice property.</param> /// <param name="totalCosts">Initial value of the TotalCosts property.</param> public static C9_qryPPMCompetivevsNeg CreateC9_qryPPMCompetivevsNeg(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String dealName, global::System.Decimal netPurchasePrice, global::System.Decimal totalCosts) { C9_qryPPMCompetivevsNeg c9_qryPPMCompetivevsNeg = new C9_qryPPMCompetivevsNeg(); c9_qryPPMCompetivevsNeg.AmberbrookFundNo = amberbrookFundNo; c9_qryPPMCompetivevsNeg.DealNo = dealNo; c9_qryPPMCompetivevsNeg.DealName = dealName; c9_qryPPMCompetivevsNeg.NetPurchasePrice = netPurchasePrice; c9_qryPPMCompetivevsNeg.TotalCosts = totalCosts; return c9_qryPPMCompetivevsNeg; }