Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
8916ccfd
Commit
8916ccfd
authored
Jun 19, 2018
by
nikita maletin
Committed by
Nick Craver
Jul 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upd comment for query t7 method - need more, use query with Type[] params
parent
4e62055c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SqlMapper.cs
Dapper/SqlMapper.cs
+1
-1
No files found.
Dapper/SqlMapper.cs
View file @
8916ccfd
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment