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
/// <param name="commandText">The text for this command.</param>
107
+
/// <param name="createCommand">The a custom way to create a IDbCommand object. This is to override the default connection.CreateCommand() behavior.</param>
108
+
/// <param name="parameters">The parameters for this command.</param>
109
+
/// <param name="transaction">The transaction for this command to participate in.</param>
110
+
/// <param name="commandTimeout">The timeout (in seconds) for this command.</param>
111
+
/// <param name="commandType">The <see cref="CommandType"/> for this command.</param>
112
+
/// <param name="flags">The behavior flags for this command.</param>
113
+
/// <param name="cancellationToken">The cancellation token for this command.</param>
0 commit comments