keysStrictlyMatch property

bool get keysStrictlyMatch

A boolean showing if the keys parameter is to be matched exactly against the database.

A strict match will force the search to use "=", as opposed to "LIKE". The default value is false.

set keysStrictlyMatch (bool value)