Dapper icon indicating copy to clipboard operation
Dapper copied to clipboard

Multi Mapping for QueryUnbufferedAsync?

Open ggmoritz opened this issue 2 years ago • 0 comments

The method public static Task<IEnumerable<TReturn>> QueryAsync<TFirst, TSecond, TReturn>(this IDbConnection cnn, string sql, Func<TFirst, TSecond, TReturn> map, object param = null, IDbTransaction transaction = null, bool buffered = true, string splitOn = "Id", int? commandTimeout = null, CommandType? commandType = null) seems to have no equivalent with a QueryUnbufferedAsync name. Is this an oversight or intentionally not implemented?

ggmoritz avatar Aug 03 '23 05:08 ggmoritz