Пример #1
0
 /// <summary>
 /// Create a new Currencies object.
 /// </summary>
 /// <param name="currencyID_pk">Initial value of the currencyID_pk property.</param>
 public static Currencies CreateCurrencies(global::System.Int32 currencyID_pk)
 {
     Currencies currencies = new Currencies();
     currencies.currencyID_pk = currencyID_pk;
     return currencies;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Currencies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCurrencies(Currencies currencies)
 {
     base.AddObject("Currencies", currencies);
 }