Click or drag to resize

ForEachAction Fields

The ForEachAction type exposes the following members.

Fields
  NameDescription
Public fieldActions
The actions that are executed for every entry in the evaluated expression.
Public fieldErrorHandler
Specifies an error handling method in case an exception occures during the execution of the action.
(Inherited from BaseAction.)
Public fieldExpression
Specifies the expression that should evaluate to an object of type IEnumerable.
Public fieldVariableName
Specifies the loop variable name (which can be accessed later in an expression in the loop block).
Top
See Also