VoDb.SetFilter Method | |
Set a filter condition.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD SetFilter(
oBlock AS USUAL,
cFilter AS STRING
) AS LOGIC
public static bool SetFilter(
Usual oBlock,
string cFilter
)
Request Example
View SourceParameters
- oBlock
- Type: Usual
Codeblock that defines the filter. Please note that some RDDs (such as Advangate) will NOT use this compiled codeblock. - cFilter
- Type: String
String version of the filter. Some RDDs (such as Advantage) use this condition instead of the codeblock
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
The difference between VoDb.SetFilter and CoreDb.SetFilter is that VoDb.SetFilter takes a USUAL parameter |
See Also