点击或拖拽改变大小

VoDb.SetFilter 方法

X#
Set a filter condition.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 STATIC METHOD SetFilter(
	oBlock AS USUAL,
	cFilter AS STRING
) AS LOGIC
查看代码

参数

oBlock
类型:__Usual
Codeblock that defines the filter. Please note that some RDDs (such as Advangate) will NOT use this compiled codeblock.
cFilter
类型:String
String version of the filter. Some RDDs (such as Advantage) use this condition instead of the codeblock

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
备注
提示 提示:
The difference between VoDb.SetFilter and CoreDb.SetFilter is that VoDb.SetFilter takes a USUAL parameter
参见