Share via


QueryTextMode Enum

Definition

Defines whether to print query text in tracing attributes.

public enum QueryTextMode
type QueryTextMode = 
Public Enum QueryTextMode
Inheritance
QueryTextMode

Fields

Name Value Description
None 0

Do not show query text.

ParameterizedOnly 1

Only print query text that is parameterized. Parameter values won't be captured.

All 2

Print query text from both parameterized and non parameterized queries. Parameter values won't be captured.

Applies to