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="logCommandText">The command text that can be logged in case <see cref="DbCommand.CommandText" /> contains sensitive information.</param>
22
+
/// <param name="logCommandText">The command text that can be logged.</param>
23
23
/// <param name="context">The <see cref="DbContext" /> currently being used, to null if not known.</param>
Copy file name to clipboardExpand all lines: src/EFCore.Relational/Diagnostics/CommandErrorEventData.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ public class CommandErrorEventData : CommandEndEventData, IErrorEventData
18
18
/// <param name="messageGenerator">A delegate that generates a log message for this event.</param>
19
19
/// <param name="connection">The <see cref="DbConnection" /> being used.</param>
20
20
/// <param name="command">The <see cref="DbCommand" /> that was executing when it failed.</param>
21
-
/// <param name="logCommandText">The command text that can be logged in case <see cref="DbCommand.CommandText" /> contains sensitive information.</param>
21
+
/// <param name="logCommandText">The command text that can be logged.</param>
22
22
/// <param name="context">The <see cref="DbContext" /> currently being used, to null if not known.</param>
23
23
/// <param name="executeMethod">The <see cref="DbCommand" /> method that was used to execute the command.</param>
24
24
/// <param name="commandId">A correlation ID that identifies the <see cref="DbCommand" /> instance being used.</param>
Copy file name to clipboardExpand all lines: src/EFCore.Relational/Diagnostics/CommandExecutedEventData.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ public class CommandExecutedEventData : CommandEndEventData
18
18
/// <param name="messageGenerator">A delegate that generates a log message for this event.</param>
19
19
/// <param name="connection">The <see cref="DbConnection" /> being used.</param>
20
20
/// <param name="command">The <see cref="DbCommand" /> that was executing when it failed.</param>
21
-
/// <param name="logCommandText">The command text that can be logged in case <see cref="DbCommand.CommandText" /> contains sensitive information.</param>
21
+
/// <param name="logCommandText">The command text that can be logged.</param>
22
22
/// <param name="context">The <see cref="DbContext" /> currently being used, to null if not known.</param>
23
23
/// <param name="executeMethod">The <see cref="DbCommand" /> method that was used to execute the command.</param>
24
24
/// <param name="commandId">A correlation ID that identifies the <see cref="DbCommand" /> instance being used.</param>
@@ -34,7 +34,7 @@ public CommandExecutedEventData(
0 commit comments