Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore
public sealed class SqlClientCommandBefore : IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>>, IReadOnlyList<KeyValuePair<string, object>>
Contains diagnostic information emitted before a command is executed.
namespace Microsoft.Data.SqlClient.Diagnostics
{
public sealed class SqlClientCommandBefore : IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>>, IReadOnlyList<KeyValuePair<string, object>>
{
public const string Name = "Microsoft.Data.SqlClient.WriteCommandBefore";
public SqlCommand Command { get; }
public Guid? ConnectionId { get; }
public int Count { get; }
public KeyValuePair<string, object> this[int index] { get; }
public string Operation { get; }
public Guid OperationId { get; }
public long Timestamp { get; }
public long? TransactionId { get; }
public SqlClientCommandBefore();
public IEnumerator<KeyValuePair<string, object>> GetEnumerator();
}
}