IDataContextRepository<T> Interface
- 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 interface IDataContextRepository<T>
where T: ICloneableRecord<T>
generic<typename T>
public interface class IDataContextRepository
where T: ICloneableRecord<T>