Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C9_qryPPMAvgDiscounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC9_qryPPMAvgDiscounts(C9_qryPPMAvgDiscounts c9_qryPPMAvgDiscounts)
 {
     base.AddObject("C9_qryPPMAvgDiscounts", c9_qryPPMAvgDiscounts);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new C9_qryPPMAvgDiscounts object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="dealNo">Initial value of the DealNo property.</param>
 /// <param name="dealName">Initial value of the DealName property.</param>
 /// <param name="netPurchasePrice">Initial value of the NetPurchasePrice property.</param>
 public static C9_qryPPMAvgDiscounts CreateC9_qryPPMAvgDiscounts(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String dealName, global::System.Decimal netPurchasePrice)
 {
     C9_qryPPMAvgDiscounts c9_qryPPMAvgDiscounts = new C9_qryPPMAvgDiscounts();
     c9_qryPPMAvgDiscounts.AmberbrookFundNo = amberbrookFundNo;
     c9_qryPPMAvgDiscounts.DealNo = dealNo;
     c9_qryPPMAvgDiscounts.DealName = dealName;
     c9_qryPPMAvgDiscounts.NetPurchasePrice = netPurchasePrice;
     return c9_qryPPMAvgDiscounts;
 }