Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter
public sealed class SqlClientConnectionOpenAfter : IReadOnlyList<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>>
Contains diagnostic information emitted after a connection has been successfully opened.
The name of the event that needs to be enabled for the event to be raised.
The version of the SqlClient library.
The connection object that has been opened.
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 event that has completed.
The timestamp of the event.
public SqlClientConnectionOpenAfter()
Returns an enumerator that iterates through the collection.