예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl(T_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl t_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl)
 {
     base.AddObject("T_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl", t_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl);
 }
예제 #2
0
 /// <summary>
 /// Create a new T_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="amberbrookDealNo">Initial value of the AmberbrookDealNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 public static T_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl CreateT_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl(global::System.String amberbrookFundNo, global::System.Int32 amberbrookDealNo, global::System.String fund)
 {
     T_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl t_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl = new T_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl();
     t_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl.AmberbrookFundNo = amberbrookFundNo;
     t_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl.AmberbrookDealNo = amberbrookDealNo;
     t_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl.Fund = fund;
     return t_300_1_15tblDistToAmberbrookStock_Without_Matching_5_10tbl;
 }