예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C8_572qryLastStockDistwithShares EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC8_572qryLastStockDistwithShares(C8_572qryLastStockDistwithShares c8_572qryLastStockDistwithShares)
 {
     base.AddObject("C8_572qryLastStockDistwithShares", c8_572qryLastStockDistwithShares);
 }
예제 #2
0
 /// <summary>
 /// Create a new C8_572qryLastStockDistwithShares object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="amberbrookDealNo">Initial value of the AmberbrookDealNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="stockName">Initial value of the StockName property.</param>
 /// <param name="stockSymbol">Initial value of the StockSymbol property.</param>
 /// <param name="numberofShares">Initial value of the NumberofShares property.</param>
 public static C8_572qryLastStockDistwithShares CreateC8_572qryLastStockDistwithShares(global::System.String amberbrookFundNo, global::System.Int32 amberbrookDealNo, global::System.String fund, global::System.String stockName, global::System.String stockSymbol, global::System.Double numberofShares)
 {
     C8_572qryLastStockDistwithShares c8_572qryLastStockDistwithShares = new C8_572qryLastStockDistwithShares();
     c8_572qryLastStockDistwithShares.AmberbrookFundNo = amberbrookFundNo;
     c8_572qryLastStockDistwithShares.AmberbrookDealNo = amberbrookDealNo;
     c8_572qryLastStockDistwithShares.Fund = fund;
     c8_572qryLastStockDistwithShares.StockName = stockName;
     c8_572qryLastStockDistwithShares.StockSymbol = stockSymbol;
     c8_572qryLastStockDistwithShares.NumberofShares = numberofShares;
     return c8_572qryLastStockDistwithShares;
 }