Interface IQuery<TResult>
A marker interface that specifies something that returns data.
public interface IQuery<TResult> : IQuery, IRequest, IMetadata
Type Parameters
TResultThe type of the result to return.
- Inherited Members
- Extension Methods