点击或拖拽改变大小

DbScopeInfo.WhileBlock 字段

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.

命名空间:  XSharp.RDD.Support
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 WhileBlock AS ICodeblock
查看代码

字段值

类型:ICodeblock
参见