A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.data.connectionstate below:

ConnectionState Enum (System.Data) | Microsoft Learn

ConnectionState Enum Definition

Describes the current state of the connection to a data source.

This enumeration supports a bitwise combination of its member values.

public enum class ConnectionState
[System.Flags]
public enum ConnectionState
[<System.Flags>]
type ConnectionState = 
Public Enum ConnectionState
Inheritance
Attributes
Fields Name Value Description Closed 0

The connection is closed.

Open 1

The connection is open.

Connecting 2

The connection object is connecting to the data source.

Executing 4

The connection object is executing a command. (This value is reserved for future versions of the product.)

Fetching 8

The connection object is retrieving data. (This value is reserved for future versions of the product.)

Broken 16

The connection to the data source is broken. This can occur only after the connection has been opened. A connection in this state may be closed and then re-opened. (This value is reserved for future versions of the product.)

The ConnectionState values are used by the State property of the OleDbConnection and SqlConnection objects.

Note

The values in this enumeration are not designed to be used as a set of flags.

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. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4