Table of Contents

IQuery<TResult> Interface

Definition

Namespace
Savvyio.Queries
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Queries/IQuery.cs

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