I have a class ...Sample..., one of whose properties is an enum, ...TargetType.... I have a corresponding table ...samples... defined in a PostgreSQL database, along with a matching enum type, ...targettypes.......With Dapper.FastCRUD, I can retrieve reco...