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