Skip to content

Interface IQuery

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Marks a request that should execute on the read side of a Cephalon application.

public interface IQuery<TResult>

TResult

The result type returned by the query.