点击或拖拽改变大小

DbScopeInfo.ForBlock 字段

X#
A code block representing the conditional for clause. A for condition is, essentially, a filter that hides rows for which 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
语法
 ForBlock AS ICodeblock
查看代码

字段值

类型:ICodeblock
参见