News

The objective Map id and username pairs into a list of tuples. What I've tried var tupleList = db.Query<int,String,Tuple<int, String>>("SELECT id, username FROM users", Tuple.Create, splitOn: ...