RealTimeBaseTable Class Methods
- Last UpdatedApr 08, 2026
- 3 minute read
For a list of all members of this type, see RealTimeBaseTable members.
| Name | Description | |
|---|---|---|
![]() | AttachInsteadOfLock | Attaches the record to shared memory without locking it. |
![]() | Bind | Overloaded. |
![]() | CreateInMemoryRecord | Creates a new RealTimeBaseRecord instance that contains an in-memory record (that is, a local record in memory-one that isn't in the database). |
![]() | DeleteRecord | Deletes the given record in the RealTimeBaseTable. |
![]() | DetachInsteadOfUnLock | Detaches the table object from shared memory. |
![]() | Dispose | Ensures that all resources are cleaned up. |
![]() | DoesRecordExist | Identifies whether a given record number exists for the currently bound table. |
![]() | FindRecord | Overloaded. |
![]() | GetRealTimeKeyFieldInfo | Gets a RealTimeFieldInfo object for the given key field. |
![]() | GetRecordRealTimeType | Gets the table structure details. |
![]() | Lock | Overloaded. |
![]() | UnLock | Unlocks the table. |
| Name | Description | |
|---|---|---|
![]() | CheckBound | Check whether the current object is bound or not. |
![]() | CheckBoundAndLocked | Checks whether the table is bound and locked. |
![]() | Finalize | Disposes the RealTimeBaseTable instance. |
![]() | GetAnyAvailableSlot | Gets an empty slot in the current table and ignores slot ranges. |
![]() | GetNewBoundedRecord | Creates a bounded RealTimeBaseRecord instance with the given record number. |
![]() | GetPreviousRecordNumberUsingKeyValue | Finds the previous record that has the same key value as the given one. The current member must not be locked. |
![]() | Initialize | Initializes the RealTimeBaseTable instance. |
![]() | InitializeInternalBindVars | Initializes the RealTimeBaseTable instance's fields. |
![]() | InitializeInternalDynamics | Initializes the RealTimeBaseTable instance's fields. |
![]() | IsDuplicateRecordExist | Determines whether a duplicate record exists for the specified record. |
![]() | IsLockTypeValid | Checks whether the given lock type is valid or not. |
![]() | NotifyPubSubCMXREP | Publishes or replicates the newly created or changed record. |
![]() | SetLockType | Sets the lock type for the RealTimeBaseTable instance. |

