Interface IReducedExecutableQuery<TOut>
A query that has been configured fully and now can only be executed.
public interface IReducedExecutableQuery<TOut>
Type Parameters
TOutThe type of result that the EagerResult<T> returned from the ExecuteAsync(CancellationToken) will contain.
- Extension Methods
Methods
- ExecuteAsync(CancellationToken)
Executes the query.