Interface IQuery<TResult>
- Namespace
- Savvyio.Queries
- Assembly
- Savvyio.Core.dll
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