/// <summary>
 /// Deprecated Method for adding a new object to the C90_570qryTotalFundNav EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC90_570qryTotalFundNav(C90_570qryTotalFundNav c90_570qryTotalFundNav)
 {
     base.AddObject("C90_570qryTotalFundNav", c90_570qryTotalFundNav);
 }
 /// <summary>
 /// Create a new C90_570qryTotalFundNav 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_570qryTotalFundNav CreateC90_570qryTotalFundNav(global::System.String amberbrookFundNo, global::System.String fund)
 {
     C90_570qryTotalFundNav c90_570qryTotalFundNav = new C90_570qryTotalFundNav();
     c90_570qryTotalFundNav.AmberbrookFundNo = amberbrookFundNo;
     c90_570qryTotalFundNav.Fund = fund;
     return c90_570qryTotalFundNav;
 }