Detects whether the SELECT output list of the first data source in the container contains the DISTINCT operator, or not.
Returns a boolean.
Syntax
.isDistinct()
Example
var distinct = $.udbMeta('EMP').isDistinct();