You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dapper/SqlMapper.Async.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public static Task<dynamic> QuerySingleOrDefaultAsync(this IDbConnection cnn, Co
81
81
/// <param name="commandTimeout">The command timeout (in seconds).</param>
82
82
/// <param name="commandType">The type of command to execute.</param>
83
83
/// <returns>
84
-
/// A sequence of data of <typeparamref name="T"/>; if a basic type (int, string, etc) is queried then the data from the first column in assumed, otherwise an instance is
84
+
/// A sequence of data of <typeparamref name="T"/>; if a basic type (int, string, etc) is queried then the data from the first column is assumed, otherwise an instance is
85
85
/// created per row, and a direct column-name===member-name mapping is assumed (case insensitive).
@@ -276,7 +276,7 @@ public static Task<object> QuerySingleOrDefaultAsync(this IDbConnection cnn, Typ
276
276
/// <param name="cnn">The connection to query on.</param>
277
277
/// <param name="command">The command used to query on this connection.</param>
278
278
/// <returns>
279
-
/// A sequence of data of <typeparamref name="T"/>; if a basic type (int, string, etc) is queried then the data from the first column in assumed, otherwise an instance is
279
+
/// A sequence of data of <typeparamref name="T"/>; if a basic type (int, string, etc) is queried then the data from the first column is assumed, otherwise an instance is
280
280
/// created per row, and a direct column-name===member-name mapping is assumed (case insensitive).
0 commit comments