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.QueryObjects.AsyncScalar< T > Class Template Reference
Inheritance diagram for Highway.Data.QueryObjects.AsyncScalar< T >:
Highway.Data.Interfaces.IAsyncScalar< T >

List of all members.

Public Member Functions

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

Member Function Documentation

template<T >
Task<T> Highway.Data.QueryObjects.AsyncScalar< T >.Execute ( IDataContext  context)
inline

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

Implements Highway.Data.Interfaces.IAsyncScalar< T >.


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