FindRecord Method (RealTimeSetTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Finds a record using the slot number of the record
| Overload | Description |
|---|---|
| FindRecord(Int32) | Finds a record using the slot number of the record |
| FindRecord<TE,T>(TE,T) | Generic method; Finds a record in the currently locked table, based on a key value. |
| FindRecord(RealTimeStringField,String) | Specific method for finding a record in the currently locked table, based on a string type key value. |
| FindRecord(String,String,String) | Specific method for finding a record in the currently locked table, based on the type of the key value. (Inherited from OASySDNA.RealTime.Data.Common.HighPerformanceSetDBWrapper.RealTimeBaseTable) |