ReadData Method (RealTimeBaseRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
Generic method; Reads a field from the currently locked record.
Supports the following primitive types: bool, byte, double, float, int, long, short, uint, ulong, and ushort.
| Overload | Description |
|---|---|
| ReadData<T>(String) | Generic method; Reads a field from the currently locked record. Supports the following primitive types: bool, byte, double, float, int, long, short, uint, ulong, and ushort. |
| ReadData<T,TE>(TE) | Generic method; Reads a field from the currently locked record. Supports the following primitive types: bool, byte, double, float, int, long, short, uint, ulong, and ushort. |