DbFilterInfo Class |
Namespace: XSharp.RDD.Support
The DbFilterInfo type exposes the following members.
Name | Description | |
---|---|---|
DbFilterInfo | Construct a DbFilterInfo object. |
Name | Description | |
---|---|---|
Active | A flag that is TRUE if a filter is active. | |
FilterBlock | 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. | |
FilterText | A string representing the source code for itmCobExpr. | |
Optimized | A flag that is TRUE if a filter is optimized. |