conditionExpression property

String conditionExpression
final

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

Implementation

final String conditionExpression;