|
Highway Framework
Release 1.0.1.0
The fastest and smoothest way to great architecture
|
An Interface for Scalar Queries that return a single value or object More...
Public Member Functions | |
| T | Execute (IDataContext context) |
| Executes the expression against the passed in context | |
An Interface for Scalar Queries that return a single value or object
| T | The Type that is being returned |
| T Highway.Data.Interfaces.IScalar< out T >.Execute | ( | IDataContext | context | ) |
Executes the expression against the passed in context
| context | The data context that the scalar query is executed against |
Implemented in Highway.Data.QueryObjects.Scalar< T >.
1.8.1.1