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