IFilteredRecordCollection<TRecord> Interface Properties
- Last UpdatedApr 08, 2026
- 2 minute read
For a list of all members of this type, see IFilteredRecordCollection<TRecord> members.
| Name | Description | |
|---|---|---|
![]() | Attached | Indicates if this is currently attached to the shared memory with any LockType. (Inherited from OASySDNA.RealTime.Data.Common.IAttachable) |
![]() | Disposed | Indicates if the collection been disposed of. A disposed collection cannot be safely operated on. |
![]() | IsLocked | Indicates if this is currently locked with any LockType. (Inherited from ) |
![]() | LockType | The current lock type if ILockable.IsLocked is true; otherwise, LockType.SAFE_READ. (Inherited from ) |
![]() | Name | The name of the table. |
![]() | Number | The table number for the currently bound table. |
![]() | RealTimeRecord | The underlying OASySDNA.RealTime.Data.Common.HighPerformanceDBWrapper.Interfaces.IRealTimeRecord that is getting attached to. Does not apply to tables. (Inherited from ) |
