Search Results for

    Show / Hide Table of Contents

    Class MySqlTrace

    Traces information about the client execution.

    Inheritance
    System.Object
    MySqlTrace
    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public class MySqlTrace

    Properties

    Listeners

    Gets the list of trace listeners.

    Declaration
    public static TraceListenerCollection Listeners { get; }
    Property Value
    Type Description
    System.Diagnostics.TraceListenerCollection

    Switch

    Gets or sets the switch to control tracing and debugging.

    Declaration
    public static SourceSwitch Switch { get; set; }
    Property Value
    Type Description
    System.Diagnostics.SourceSwitch
    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.