Skip to content

feat: Query with CommandDefinition and Type[] multi-map#2210

Open
leno23 wants to merge 1 commit into
DapperLib:mainfrom
leno23:feat/query-commanddefinition-type-array-2193
Open

feat: Query with CommandDefinition and Type[] multi-map#2210
leno23 wants to merge 1 commit into
DapperLib:mainfrom
leno23:feat/query-commanddefinition-type-array-2193

Conversation

@leno23
Copy link
Copy Markdown

@leno23 leno23 commented May 17, 2026

Summary

Adds Query<TReturn>(IDbConnection, CommandDefinition, Type[], Func<object[], TReturn>, splitOn) for synchronous multi-map queries with more than seven types.

Forwards to the existing MultiMapImpl implementation (same pattern as the string sql overload).

Related to #2193; complements #2209 (async overload).

Test plan

  • TestMultiMapArbitraryMapsCommandDefinition
  • CI (no local .NET SDK in contributor environment)

Made with Cursor

Expose synchronous multi-map queries with arbitrary type count via
CommandDefinition, matching the existing MultiMapImpl path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant