Interface IDapperDataSource<TMarker>
- Namespace
- Savvyio.Extensions.DependencyInjection.Dapper
- Assembly
- Savvyio.Extensions.DependencyInjection.Dapper.dll
Defines a generic way to support multiple implementations that does the actual I/O communication with a source of data optimized for Dapper.
public interface IDapperDataSource<TMarker> : IDapperDataSource, IDbConnection, IDisposable, IDataSource<TMarker>, IDataSource, IDependencyInjectionMarker<TMarker>
Type Parameters
TMarkerThe type used to mark the implementation that this data store represents. Optimized for Microsoft Dependency Injection.
- Inherited Members
See Also
IDataSource<TMarker>