Query<TResult> Class
Definition
Provides a default implementation of of the IQuery<TResult> interface.
public abstract record Query<TResult> : Request, IEquatable<Request>, IQuery<TResult>, IQuery, IRequest, IMetadata, IEquatable<Query<TResult>>
Type Parameters
TResultThe type of the result to return.
- Inheritance
-
Query<TResult>
- Implements
-
IQuery<TResult>IEquatable<Query<TResult>>
- Inherited Members
- Extension Methods
Constructors
| Name | Description |
|---|---|
| Query(IMetadata) | Initializes a new instance of the Query<TResult> class. |