예제 #1
0
 /// <summary>
 /// Create a new account object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static account Createaccount(global::System.Int64 id)
 {
     account account = new account();
     account.id = id;
     return account;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the accounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToaccounts(account account)
 {
     base.AddObject("accounts", account);
 }