点击或拖拽改变大小

DbScopeInfo.WhileExpression 字段

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.

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

字段值

类型:String
参见