Click or drag to resize

DbScopeInfo.WhileExpression Field

X#
A string 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
 WhileExpression AS STRING
Request Example View Source

Field Value

Type: String
See Also