DataContextRepository<T> Class
- Last UpdatedApr 08, 2026
- 1 minute read
A generic repository for fetching and storing RealTime records for a table.
Records in the repository will persist in their initial state until clear is called
public sealed class DataContextRepository<T> : IDataContextRepository<T>
where T: class, ICloneableRecord<T>, IRecord, ILockable, IAttachable, IDisposable
generic<typename T>
public ref class DataContextRepository sealed : public IDataContextRepository<T>
where T: ref class, ICloneableRecord<T>, IRecord, ILockable, IAttachable, IDisposable
System.Object
OASySDNA.RealTime.Data.Common.DataContextRepository<T>