FindRecord(RealTimeUIntField,UInt32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Finds a record in the currently locked table based on a key value.
[CLSCompliant(false)]
public new RealTimeSetRecord FindRecord(
RealTimeUIntField keyField,
uint keyValue
)
[CLSCompliant(false)]
public:
new RealTimeSetRecord^ FindRecord(
RealTimeUIntField^ keyField,
uint keyValue
)
Parameters
- keyField
- The key field to search for.
- keyValue
- The key value to search for.
Return Value
Either a record object or null if no record was found matching the given key value.