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