How to create a one-to-many query with Dapper
This article shows a way to create one-to-many queries with Dapper.
This article shows a way to create one-to-many queries with Dapper.
To work effectively, Dapper needs a C# model of the corresponding SQL table. This post documents a utility that produces a Json schema for a SQL Server table that can then be used to provide a C# model of the table for Dapper (or any other purpose).