Npgsql Api Docs

NpgsqlConnection.FullState Property

Gets the current state of the connection.

[Visual Basic]
Public ReadOnly Property FullState As ConnectionState
[C#]
public System.Data.ConnectionState FullState {get;}

Property Value

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

See Also

NpgsqlConnection Class | Npgsql Namespace