SQL-Where
Type
SQL Expression
Since
1.1
Description
Use this property to filter the result-set of the SQL-query performed by this SQL-Keyloader. The WHERE-condition defined by this optional property will be appended to the generated SQL-statement every time the loader is executed. The property expects a SQL-expression with a boolean result-type (means only use true, false or comparators in the WHERE-property).
Examples
SQL-Where = "Products.State = '1'"
Only load products with state "1"
