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