Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C4_20tblStockTable EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC4_20tblStockTable(C4_20tblStockTable c4_20tblStockTable)
 {
     base.AddObject("C4_20tblStockTable", c4_20tblStockTable);
 }
Example #2
0
 /// <summary>
 /// Create a new C4_20tblStockTable object.
 /// </summary>
 /// <param name="stockSymbol">Initial value of the StockSymbol property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C4_20tblStockTable CreateC4_20tblStockTable(global::System.String stockSymbol, global::System.Byte[] sSMA_TimeStamp)
 {
     C4_20tblStockTable c4_20tblStockTable = new C4_20tblStockTable();
     c4_20tblStockTable.StockSymbol = stockSymbol;
     c4_20tblStockTable.SSMA_TimeStamp = sSMA_TimeStamp;
     return c4_20tblStockTable;
 }