Count Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets the total TRecord count in the collection.
int Count(
LockType tableLockType,
LockType recordLockType
)
int Count(
LockType tableLockType,
LockType recordLockType
)
Parameters
- tableLockType
- The TRecord table lock type for the scope of the method.
- recordLockType
- The TRecord record lock type for the scope of the method.
Return Value
The TRecord record lock type for the scope of the method. The number of records in the collection.