/// <summary> /// Deprecated Method for adding a new object to the UserAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUserAccounts(UserAccount userAccount) { base.AddObject("UserAccounts", userAccount); }
/// <summary> /// Create a new UserAccount object. /// </summary> /// <param name="user_Account_Code">Initial value of the User_Account_Code property.</param> public static UserAccount CreateUserAccount(global::System.Int32 user_Account_Code) { UserAccount userAccount = new UserAccount(); userAccount.User_Account_Code = user_Account_Code; return userAccount; }