Click or drag to resize

VoDbFilter Function

X#
Return a filter.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax
 FUNCTION VoDbFilter() AS STRING
Request Example View Source

Return Value

Type: String
The filter condition defined in the current work area.
If no filter has been set, VODBFilter() returns a NULL_STRING.
Remarks
VODBFilter() is the same as DBFilter(). See DBFilter() for more information and an example.
Examples