示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl(T_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl t_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl)
 {
     base.AddObject("T_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl", t_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl);
 }
示例#2
0
 /// <summary>
 /// Create a new T_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl object.
 /// </summary>
 /// <param name="fund">Initial value of the Fund property.</param>
 public static T_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl CreateT_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl(global::System.String fund)
 {
     T_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl t_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl = new T_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl();
     t_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl.Fund = fund;
     return t_300_7_10tblGPPaymentInstructions_Without_Matching_5_10tbl;
 }