Table of Contents

Interface IQueryRenderers

Namespace
Cratis.Applications.Queries
Assembly
Cratis.Applications.dll

Defines a system that can execute queries.

public interface IQueryRenderers
Extension Methods

Methods

Render(FullyQualifiedQueryName, object)

Render a query.

QueryRendererResult Render(FullyQualifiedQueryName queryName, object query)

Parameters

queryName FullyQualifiedQueryName

Name of the query.

query object

Query to render.

Returns

QueryRendererResult

Result.