sqlWhereClause property

String? sqlWhereClause
getter/setter pair

An SQL-query Where clause selecting which data should be included, not including the "WHERE" keyword.

e.g., t.key1 = 'value1' AND t.key2 = 'value2'

Implementation

core.String? sqlWhereClause;