/// <summary> /// Deprecated Method for adding a new object to the C8_240qryTestNetTotals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC8_240qryTestNetTotals(C8_240qryTestNetTotals c8_240qryTestNetTotals) { base.AddObject("C8_240qryTestNetTotals", c8_240qryTestNetTotals); }
/// <summary> /// Create a new C8_240qryTestNetTotals object. /// </summary> /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param> /// <param name="dealNo">Initial value of the DealNo property.</param> public static C8_240qryTestNetTotals CreateC8_240qryTestNetTotals(global::System.String amberbrookFundNo, global::System.Int32 dealNo) { C8_240qryTestNetTotals c8_240qryTestNetTotals = new C8_240qryTestNetTotals(); c8_240qryTestNetTotals.AmberbrookFundNo = amberbrookFundNo; c8_240qryTestNetTotals.DealNo = dealNo; return c8_240qryTestNetTotals; }