FindRecord Method (RealTimeSetTable)
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| FindRecord(RealTimeBoolField,Boolean) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeByteField,Byte) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeDoubleField,Double) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeFloatField,Single) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeIntField,Int32) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeShortField,Int16) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeStringField,String) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeUIntField,UInt32) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeUShortField,UInt16) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeLongField,Int64) | Finds a record in the currently locked table based on a key value. |
| FindRecord(RealTimeULongField,UInt64) | Finds a record in the currently locked table based on a key value. |