ForEachAction Fields |
The ForEachAction type exposes the following members.
Name | Description | |
---|---|---|
Actions | The actions that are executed for every entry in the evaluated expression. | |
ErrorHandler | Specifies an error handling method in case an exception occures during the execution of the action. (Inherited from BaseAction.) | |
Expression | Specifies the expression that should evaluate to an object of type IEnumerable. | |
VariableName | Specifies the loop variable name (which can be accessed later in an expression in the loop block). |