Search Results for

    Show / Hide Table of Contents

    Enum SessionState

    Describes the state of the session.

    Namespace: MySqlX.XDevAPI
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public enum SessionState

    Fields

    Name Description
    Closed

    The session is closed.

    Connecting

    The session object is connecting to the data source.

    Executing

    The session object is executing a command.

    Open

    The session is open.

    In This Article
    • Fields
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.