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