Interface IDataSource
- Namespace
- Savvyio
- Assembly
- Savvyio.Core.dll
A marker interface that specifies the actual I/O communication with a source of data.
public interface IDataSource
Remarks
A data source can be anything that holds data, eg. high level DbContext (EFCore) to low level ADO.NET. It could also be as simple as files, services or anything that can expose data.
See Also
IDataStore<T>
IRepository<TEntity, TKey>