/// <summary> /// Deprecated Method for adding a new object to the zzz_deal25 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTozzz_deal25(zzz_deal25 zzz_deal25) { base.AddObject("zzz_deal25", zzz_deal25); }
/// <summary> /// Create a new zzz_deal25 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="fundNAV">Initial value of the FundNAV property.</param> public static zzz_deal25 Createzzz_deal25(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String fund, global::System.Decimal fundNAV) { zzz_deal25 zzz_deal25 = new zzz_deal25(); zzz_deal25.AmberbrookFundNo = amberbrookFundNo; zzz_deal25.DealNo = dealNo; zzz_deal25.Fund = fund; zzz_deal25.FundNAV = fundNAV; return zzz_deal25; }