/// <summary>
 /// Deprecated Method for adding a new object to the C90_555qryTotalFundNetPurchasePrice_total EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC90_555qryTotalFundNetPurchasePrice_total(C90_555qryTotalFundNetPurchasePrice_total c90_555qryTotalFundNetPurchasePrice_total)
 {
     base.AddObject("C90_555qryTotalFundNetPurchasePrice_total", c90_555qryTotalFundNetPurchasePrice_total);
 }
 /// <summary>
 /// Create a new C90_555qryTotalFundNetPurchasePrice_total object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 public static C90_555qryTotalFundNetPurchasePrice_total CreateC90_555qryTotalFundNetPurchasePrice_total(global::System.String amberbrookFundNo)
 {
     C90_555qryTotalFundNetPurchasePrice_total c90_555qryTotalFundNetPurchasePrice_total = new C90_555qryTotalFundNetPurchasePrice_total();
     c90_555qryTotalFundNetPurchasePrice_total.AmberbrookFundNo = amberbrookFundNo;
     return c90_555qryTotalFundNetPurchasePrice_total;
 }