Enum SessionState
Describes the state of the session.
Namespace: MySqlX.XDevAPI
Assembly: MySql.Data.dll
Version: 9.1.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. |