Click or drag to resize

DbFilterInfo.FilterBlock Field

X#
A code block representing the condition that is evaluated at each cursor location. If the result of the evaluation is FALSE, the cursor location requested is invalid according to the current filter condition.

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FilterBlock AS ICodeblock
Request Example View Source

Field Value

Type: ICodeblock
See Also