Table of Contents

Namespace Savvyio.Extensions.DependencyInjection.Dapper

Assembly: Savvyio.Extensions.DependencyInjection.Dapper.dll

Classes

DapperDataSourceOptions<TMarker>

Configuration options for IDapperDataSource<TMarker>.

DapperDataSource<TMarker>

Provides a default implementation of the IDapperDataSource<TMarker> interface to support the actual I/O communication with a source of data using Dapper.

ServiceCollectionExtensions

Extension methods for the IServiceCollection interface.

Interfaces

IDapperDataSource<TMarker>

Defines a generic way to support multiple implementations that does the actual I/O communication with a source of data optimized for Dapper.