FindRecord(RealTimeFloatField,Single) 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(
RealTimeFloatField keyField,
float keyValue
)
public:
new RealTimeRecord^ FindRecord(
RealTimeFloatField^ keyField,
float keyValue
)
Parameters
- keyField
- The key OASySDNA.RealTime.HighPerformanceSetDB.RealTimeFloatField field to use as an index to follow.
- keyValue
- The key System.Single 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.