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