SQLite-net, custom functions, and collections

It is not possible to define a custom function in SQLite-net that is able to use collections (sqlite does not work with managed code).

The code below presents an alternative that, although a hack, works.

Comments