isIn

fun isIn(column: String, values: List<Any>)(source)

Finds all rows where the value of the column is a member of values


infix fun <T, V> KProperty1<T, V>.isIn(list: List<V>)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is in the specified list