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