deleteByKeys

fun deleteByKeys(vararg key: String): ERROR CLASS: Unresolved name: transaction(source)

Delete by keys.

If you need to delete all rows, use deleteAll. If you need to specify which rows to delete, use delete with a Where. Note, using where will be less performant than deleting by key.

See also