Dapper.Contrib icon indicating copy to clipboard operation
Dapper.Contrib copied to clipboard

Dapper Contrib - Getall requires single key

Open jepperc opened this issue 7 years ago • 1 comments

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?

jepperc avatar Dec 04 '18 14:12 jepperc

Is there a way to use a clustered primary key consisting of two fields with the [ExplicitKey] attribute?

SwissMaWi avatar Jan 16 '19 12:01 SwissMaWi