Table of Contents

Interface IQueryRunner

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IQueryRunner
Extension Methods

Methods

CanRun(Type)

bool CanRun(Type queryType)

Parameters

queryType Type

Returns

bool

Run<TResult>(IQuery<TResult>)

TResult Run<TResult>(IQuery<TResult> query)

Parameters

query IQuery<TResult>

Returns

TResult

Type Parameters

TResult