FindRecord(RealTimeIntField,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Finds a record in the currently locked table, based on a key value.
public virtual RealTimeBaseRecord FindRecord(
RealTimeIntField keyField,
int keyValue
)
public:
virtual RealTimeBaseRecord^ FindRecord(
RealTimeIntField^ keyField,
int keyValue
)
Parameters
- keyField
- The key field to search for.
- keyValue
- The key value to search for.
Return Value
A record object, or null if no record was found matching the given key value.