Skip to main content

IRepository

A convenient repository base class you can inherit from to reduce the boilerplate with accessing a managed IDbConnection

Assembly: ServiceStack.dll
View Source
Declaration
public interface IRepository

Properties

DbFactory

View Source
Declaration
IDbConnectionFactory DbFactory { get; }

Db

View Source
Declaration
IDbConnection Db { get; }