Skip to main content

QueryDbFilterContext

Assembly: ServiceStack.Server.dll
View Source
Declaration
public class QueryDbFilterContext : object

Properties

Db

View Source
Declaration
public IDbConnection Db { get; set; }

Commands

View Source
Declaration
public List<Command> Commands { get; set; }

Dto

View Source
Declaration
public IQueryDb Dto { get; set; }

SqlExpression

View Source
Declaration
public ISqlExpression SqlExpression { get; set; }

Response

View Source
Declaration
public IQueryResponse Response { get; set; }