RealTimeBaseRecord Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| RealTimeBaseRecord Constructor() | Initializes a RealTimeBaseRecord instance. |
| RealTimeBaseRecord Constructor(RealTimeBaseTable) | Initializes a RealTimeBaseRecord instance with automatic binding to a table. |
| RealTimeBaseRecord Constructor(RealTimeBaseTable,Int32) | Initializes a RealTimeBaseRecord instance with automatic binding to a table and a specific record number. |
| RealTimeBaseRecord Constructor(RealTimeBaseTable,IntPtr) | Initializes a RealTimeBaseRecord instance with automatic binding to a table and a pointer to a record that is considered owned elsewhere. This constructor should only be used in code that transitions between .NET and the underlying C++ libraries. |
| RealTimeBaseRecord Constructor(RealTimeBaseTable,Int32,RecordLockRequestType,IntPtr) | Initializes a RealTimeBaseRecord instance with automatic binding to a table and a pointer to a record that is already locked/attached. This constructor should only be used in code that transitions between .NET and the underlying C++ libraries. |