<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview2.26190.5" />

Microsoft.Data.SqlClient.Diagnostics

Namespace with 15 public types

Classes

 SqlClientCommandAfter Contains diagnostic information emitted after a command is successfully executed.
 SqlClientCommandBefore Contains diagnostic information emitted before a command is executed.
 SqlClientCommandError Contains diagnostic information emitted after a command execution fails with an exception.
 SqlClientConnectionCloseAfter Contains diagnostic information emitted after a connection has been successfully closed.
 SqlClientConnectionCloseBefore Contains diagnostic information emitted before a connection is closed.
 SqlClientConnectionCloseError Contains diagnostic information emitted after a connection close fails with an exception.
 SqlClientConnectionOpenAfter Contains diagnostic information emitted after a connection has been successfully opened.
 SqlClientConnectionOpenBefore Contains diagnostic information emitted before a connection is opened.
 SqlClientConnectionOpenError Contains diagnostic information emitted after a connection open fails with an exception.
 SqlClientTransactionCommitAfter Contains diagnostic information emitted after a transaction is successfully committed.
 SqlClientTransactionCommitBefore Contains diagnostic information emitted before a transaction is opened.
 SqlClientTransactionCommitError Contains diagnostic information emitted after a transaction commit fails with an exception.
 SqlClientTransactionRollbackAfter Contains diagnostic information emitted after a transaction is rolled back successfully.
 SqlClientTransactionRollbackBefore Contains diagnostic information emitted before a transaction rollback is rolled back.
 SqlClientTransactionRollbackError Contains diagnostic information emitted after a transaction roll back fails with an exception.