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