NPoco is a simple C# micro-ORM that maps the results of a query onto a POCO object.
I have a database table named Tags (Id, Name) from which I would like to select the ones where the …