VoDbFilter Function | |
Return a filter.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION VoDbFilter() AS STRING
public static string VoDbFilter()
Request Example
View SourceReturn 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 See Also