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>Type Parameters
Section titled “Type Parameters”TResult
The result type returned by the query.