Table of Contents

Namespace Savvyio.Extensions.Dapper

Assembly: Savvyio.Extensions.Dapper.dll

Classes

DapperDataSource

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

DapperDataSourceOptions

Configuration options for IDapperDataSource.

DapperDataStore<T, TOptions>

Represents the base class from which all implementations of DapperDataStore<T, TOptions> should derive. This is an abstract class to serve as an abstraction layer before the actual I/O communication with a source of data using Dapper.

DapperQueryOptions

Specifies options that is related to DapperDataStore<T, TOptions>.

Interfaces

IDapperDataSource

Defines a generic way to support the actual I/O communication with a source of data - tailored to Dapper.