Range Method (RecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
public void Range(
int startingSlot,
int endingSlot,
Action<TRecord> action,
LockType tableLockType,
LockType recordLockType
)
public:
void Range(
int startingSlot,
int endingSlot,
Action<TRecord^>^ action,
LockType tableLockType,
LockType recordLockType
)
Parameters
- startingSlot
- endingSlot
- action
- tableLockType
- recordLockType