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