sqlWhereClause property
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;
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'
core.String? sqlWhereClause;