Dapper
Dapper copied to clipboard
Multi Mapping for QueryUnbufferedAsync?
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?