Gets a count of Transactions.

If Transactions are already loaded will get a count from this, otherwise a database query is used.

Syntax

finAccount.GetTransactionCount(count, [includeReversed], [includeZeroValue])

Parameters

NameTypeOptionalByRefDescription
count Integer ByRef The count of Transactions.
includeReversed Boolean Optional Determines whether to include reversed non-Bank Transactions in the Count. If omitted, a value of False is assumed.
includeZeroValue Boolean Optional Determines whether to include Zero value Transactions, e.g. Payment Due, in the Count. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccount
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0