Npgsql API Docs

NpgsqlConnection.State Property

Gets the current state of the connection.

[Visual Basic]
NotOverridable Public ReadOnly Property State As ConnectionState _
    Implements IDbConnection.State
[C#]
public System.Data.ConnectionState State {get;}

Property Value

A bitwise combination of the ConnectionState values. The default is Closed.

Implements

IDbConnection.State

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlConnection.State

See Also

NpgsqlConnection Class | Npgsql Namespace