VoDbFilter Function | |
Return a filter.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
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().
This function, however, does not call the error handler and will not, therefore, produce a runtime error message or create an error object if it fails.
Thus, it may be important to check the return value to determine if the function succeeded.
the LastRddError property in the runtime state. will contain needed information regarding any error that occurs.
See
DbFilter for more information and an example.
Examples See Also