Commit 8916ccfd authored by nikita maletin's avatar nikita maletin Committed by Nick Craver

upd comment for query t7 method - need more, use query with Type[] params

parent 4e62055c
...@@ -1349,7 +1349,7 @@ private static T QueryRowImpl<T>(IDbConnection cnn, Row row, ref CommandDefiniti ...@@ -1349,7 +1349,7 @@ private static T QueryRowImpl<T>(IDbConnection cnn, Row row, ref CommandDefiniti
MultiMap<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, DontMap, TReturn>(cnn, sql, map, param, transaction, buffered, splitOn, commandTimeout, commandType); MultiMap<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, DontMap, TReturn>(cnn, sql, map, param, transaction, buffered, splitOn, commandTimeout, commandType);
/// <summary> /// <summary>
/// Perform a multi-mapping query with 7 input types. /// Perform a multi-mapping query with 7 input types. If you need more types -> use Query with Type[] parameter.
/// This returns a single type, combined from the raw types via <paramref name="map"/>. /// This returns a single type, combined from the raw types via <paramref name="map"/>.
/// </summary> /// </summary>
/// <typeparam name="TFirst">The first type in the recordset.</typeparam> /// <typeparam name="TFirst">The first type in the recordset.</typeparam>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment