Dapper.Contrib
Dapper.Contrib copied to clipboard
Dapper Contrib - Getall requires single key
It seems to me that the GetAll method in Dapper.Contrib requires a single key. It says so in the inline documentation, and I can see the line of code, but I can't see why, since it is not used.
What am I missing?
Is there a way to use a clustered primary key consisting of two fields with the [ExplicitKey] attribute?