VoDb.SetFilter 方法 | |
Set a filter condition.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD SetFilter(
oBlock AS USUAL,
cFilter AS STRING
) AS LOGIC
public static bool SetFilter(
__Usual oBlock,
string cFilter
)
查看代码参数
- 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
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
备注 提示: |
---|
The difference between VoDb.SetFilter and CoreDb.SetFilter is that VoDb.SetFilter takes a USUAL parameter |
参见