NpgsqlConnection.State Property
Gets the current state of the connection.
[Visual Basic]
NotOverridable Public ReadOnly Property State As
ConnectionState _
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