Exemplo n.º 1
0
        /// <summary>
        /// Create a new CurrencyList object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        public static CurrencyList CreateCurrencyList(global::System.Int32 id, global::System.String name)
        {
            CurrencyList currencyList = new CurrencyList();

            currencyList.Id   = id;
            currencyList.Name = name;
            return(currencyList);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TblCurrencyLists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTblCurrencyLists(CurrencyList currencyList)
 {
     base.AddObject("TblCurrencyLists", currencyList);
 }