Highway Framework  Release 1.0.1.0
The fastest and smoothest way to great architecture
 All Classes Namespaces Functions Variables Properties Events
Public Member Functions
Highway.Data.Interfaces.IAsyncScalar< T > Interface Template Reference

An Interface for Scalar Queries that return a single value or object More...

Inheritance diagram for Highway.Data.Interfaces.IAsyncScalar< T >:
Highway.Data.QueryObjects.AsyncScalar< T >

List of all members.

Public Member Functions

Task< T > Execute (IDataContext context)
 Executes the expression against the passed in context

Detailed Description

An Interface for Scalar Queries that return a single value or object

Template Parameters:
TThe Type that is being returned

Member Function Documentation

template<T >
Task<T> Highway.Data.Interfaces.IAsyncScalar< T >.Execute ( IDataContext  context)

Executes the expression against the passed in context

Parameters:
contextThe data context that the scalar query is executed against
Returns:
The instance of T that the query materialized if any

Implemented in Highway.Data.QueryObjects.AsyncScalar< T >.


The documentation for this interface was generated from the following file: