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