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