/// <summary> /// Deprecated Method for adding a new object to the C90_550qryTotalFundNetPurchasePrice EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC90_550qryTotalFundNetPurchasePrice(C90_550qryTotalFundNetPurchasePrice c90_550qryTotalFundNetPurchasePrice) { base.AddObject("C90_550qryTotalFundNetPurchasePrice", c90_550qryTotalFundNetPurchasePrice); }
/// <summary> /// Create a new C90_550qryTotalFundNetPurchasePrice object. /// </summary> /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param> /// <param name="fund">Initial value of the Fund property.</param> public static C90_550qryTotalFundNetPurchasePrice CreateC90_550qryTotalFundNetPurchasePrice(global::System.String amberbrookFundNo, global::System.String fund) { C90_550qryTotalFundNetPurchasePrice c90_550qryTotalFundNetPurchasePrice = new C90_550qryTotalFundNetPurchasePrice(); c90_550qryTotalFundNetPurchasePrice.AmberbrookFundNo = amberbrookFundNo; c90_550qryTotalFundNetPurchasePrice.Fund = fund; return c90_550qryTotalFundNetPurchasePrice; }