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