/// <summary> /// Create a new StockExchange object. /// </summary> /// <param name="exchangeId">Initial value of the ExchangeId property.</param> public static StockExchange CreateStockExchange(global::System.Int32 exchangeId) { StockExchange stockExchange = new StockExchange(); stockExchange.ExchangeId = exchangeId; return(stockExchange); }
/// <summary> /// Create a new StockExchange object. /// </summary> /// <param name="exchangeId">Initial value of the ExchangeId property.</param> public static StockExchange CreateStockExchange(global::System.Int32 exchangeId) { StockExchange stockExchange = new StockExchange(); stockExchange.ExchangeId = exchangeId; return stockExchange; }
/// <summary> /// Deprecated Method for adding a new object to the StockExchange EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStockExchange(StockExchange stockExchange) { base.AddObject("StockExchange", stockExchange); }