|
Highway Framework
Release 1.0.1.0
The fastest and smoothest way to great architecture
|
An Interface for Command Queries that return no value, or the return is ignored More...
Public Member Functions | |
| void | Execute (IDataContext context) |
| Executes the expression against the passed in context and ignores the returned value if any | |
An Interface for Command Queries that return no value, or the return is ignored
| void Highway.Data.Interfaces.ICommand.Execute | ( | IDataContext | context | ) |
Executes the expression against the passed in context and ignores the returned value if any
| context | The data context that the command is executed against |
Implemented in Highway.Data.QueryObjects.Command.
1.8.1.1