Derrick Brown
Results
1
issues of
Derrick Brown
`var results = await connection.QueryAsync( "[dbo].[GetSomething]", types: new[] { typeof(Something), typeof(ASubThing), typeof(AnotherSubThing) }, map: objects => { var result = objects[0] as Something?? new Something(); result.FirstSubThing= objects[1] as ASubThing?? new...