QueryTextMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET