/// <summary>
 /// Create a new user_account_relation object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="accountID">Initial value of the AccountID property.</param>
 /// <param name="lastModified">Initial value of the LastModified property.</param>
 public static user_account_relation Createuser_account_relation(global::System.Int64 id, global::System.Int64 userID, global::System.Int64 accountID, global::System.DateTime lastModified)
 {
     user_account_relation user_account_relation = new user_account_relation();
     user_account_relation.ID = id;
     user_account_relation.UserID = userID;
     user_account_relation.AccountID = accountID;
     user_account_relation.LastModified = lastModified;
     return user_account_relation;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the user_account_relation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTouser_account_relation(user_account_relation user_account_relation)
 {
     base.AddObject("user_account_relation", user_account_relation);
 }