Skip to main content
Version: 11.2

$.udb(ds).containsWhere()

note

This article is about the containsWhere() function of the DataSourceContainer object.

$.udb(ds).containsWhere()

Detects whether the first data source in the container has the Where Clause property set in the Web Designer. This influences certain caching behavior for Lookup data sources.

Returns a boolean.

Syntax

$.udb( *ds* ).containsWhere()

The required ds parameter is a data source selector.

Example

$.udb('EMP').containsWhere();

Output:
false