CollectionFor<TRecord> Method (DataContext)
- Last UpdatedApr 08, 2026
- 1 minute read
public IRecordCollection<TRecord> CollectionFor<TRecord>()
where TRecord: class, IRecord, ILockable, IAttachable, IDisposable
public:
IRecordCollection<TRecord^>^ CollectionForgeneric<typename TRecord>
();
where TRecord: ref class, IRecord, ILockable, IAttachable, IDisposable
Type Parameters
- TRecord