RealTimeRecord Class Members
- Last UpdatedApr 08, 2026
- 10 minute read
The following tables list the members exposed by RealTimeRecord.
| Name | Description | |
|---|---|---|
![]() | RealTimeRecord Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | m_disposed | Indicates whether the record has been disposed. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_fieldsModified | Indicates whether any fields have been modified while this record has been locked. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_internal_table | Indicates whether the record is bound to an internal table. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_IsAttached | Indicates whether this record is attached to the shared memory. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_keysModified | Indicates whether any keys have been modified while this record has been locked. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_localOwnedMemory | Internal local memory for the object. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_locked | Indicates whether this record is locked. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_PublishAndReplicateCMXREP | Publisher and replicator object. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_PublishOnlyCMXREP | Only publisher object. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_recNum | The number of the record. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_recPtr | The record pointer for the record. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_table | The table that this record is bound to. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_UsePublishAndReplicateCMXREP | Indicates whether the notification must be publish and replicate. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_UsePublishOnlyCMXREP | Indicates whether the change notification must be publish only. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | m_UsingRecordPtrToLocalMemory | Indicates whether the underlying record is an in-memory record or is a true record in the database. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
| Name | Description | |
|---|---|---|
![]() | Attached | Identifies whether this record is attached to the shared memory. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ChangeCounter | Gets the change counter for the currently bound record. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | FieldsModified | Returns whether any fields have been modified while this record has been locked. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | KeysModified | Identifies whether any keys have been modified while this record has been locked. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | Locked | Identifies whether this record is locked. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | LockType | Returns the lock type used with the currently locked record. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | RealTimeBaseTable | Returns the table object that this record is currently associated with. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | RealTimeTable | Returns the table object that this record is currently associated with. |
![]() | RecordByteSize | Gets the size in bytes of the record. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | RecordNumber | Returns the currently locked record number. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | RecordPointer | Returns the record pointer for the currently locked record. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | UsingLocalRecordCopy | Identifies if the underlying record is actually an in-memory record or is a true record in the database. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
| Name | Description | |
|---|---|---|
![]() | IsDisposed | Indicates whether the record has been disposed. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
| Name | Description | |
|---|---|---|
![]() | AttachInsteadOfLock | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | BindRecordNumber | Binds to a specific record number. If the OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord instance is bound to a table then it will check whether the given record number exists in the database or not. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | BindTable | Overloaded. |
![]() | CloneInMemoryCopy | Creates a new RealTimeRecord object based on the current one. The newly created record object will not be connected to the database, but instead, it will be linked to an in-memory copy of the current record. |
![]() ![]() | CreateInMemoryRecord | Overloaded. |
![]() | CreateLocal | Creates the internal local memory for the object. This won't be linked with the RealTime database (RTDB). (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | DeleteOnUnLock | Overridden. Unlocks the record and deletes it. |
![]() | DetachInsteadOfUnLock | Detaches the internal pointer without unlocking the record. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | Dispose | Overloaded. Overridden. |
![]() | GetKrunchDescriptor | Initializes a KrunchDescriptor. |
![]() | GetPointerToField | Retrieves a direct pointer to a specific field. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | GetRealTimeType | Gets the table structure details. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | Krunch | Overloaded. |
![]() | Lock | Overloaded. Overridden. |
![]() | PublishVirtualFlags | Obsolete. Gets and publishes all the virtual flag fields in a CMX record when the flag.cmsg requests for replication. Note that this method is now obsolete. Virtual fields are now automatically published using the CMXVirtualPublication class. |
![]() | ReadBool | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadByte | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadDouble | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadFloat | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadInt | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadLong | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadShort | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadString | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadUInt | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadULong | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | ReadUShort | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | UnLock | Overridden. Unlocks the record. |
![]() | WriteBool | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteByte | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteDouble | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteFloat | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteInt | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteLong | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteRecord | Overloaded. |
![]() | WriteShort | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteString | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteUInt | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteULong | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
![]() | WriteUShort | Overloaded. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
Top






