FindRecord(RealTimeIntField,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Finds a record in the currently locked table, based on a key field and a key value.
public new RealTimeRecord FindRecord(
RealTimeIntField keyField,
int keyValue
)
public:
new RealTimeRecord^ FindRecord(
RealTimeIntField^ keyField,
int keyValue
)
Parameters
- keyField
- The key OASySDNA.RealTime.HighPerformanceSetDB.RealTimeIntField field to use as an index to follow.
- keyValue
- The key System.Int32 value to look for.
Return Value
A RealTimeRecord object, or a null reference (Nothing in Visual Basic) if no record is found matching the given key value.