Click or drag to resize

DbScopeInfo.WhileBlock Field

X#
A code block representing the conditional while clause. A while condition permits continuation of a process that steps through rows until the condition evaluates to FALSE. The string value is provided for storage, while the code block is provided as a parameter for the EvalBlock() method.

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 WhileBlock AS ICodeblock
Request Example View Source

Field Value

Type: ICodeblock
See Also