Table of Contents

Query<TResult> Class

Definition

Namespace
Savvyio.Queries
Assemblies
Savvyio.Queries.dll
Source
src/Savvyio.Queries/Query.cs

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

TResult

The 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.

See Also

IQuery<TResult>
Request