Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore
public sealed class SqlClientConnectionCloseBefore : IReadOnlyList<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>>
Contains diagnostic information emitted before a connection is closed.
Contains diagnostic information emitted before a connection is closed.
The connection object that is being closed.
The unique guid assigned to the connection.
Gets the number of elements in the collection.
Gets the element at the specified index in the read-only list.
The name of the operation.
A guid value used to correlate before, after and error events.
An IDictionary of statistic information about the connection.
The timestamp of the event.
public SqlClientConnectionCloseBefore()
Returns an enumerator that iterates through the collection.