State Property

Syntax:

public ConnectionState State { get; }

Description:

Type: System.Data.ConnectionState

Gets the current connection state which, for the RDM Data Provider, can be either ConnectionState.Open or ConnectionState.Closed.

Exceptions:

None

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbConnection.State