Gets the state of the current connection

Namespace:  Novalys.VisualGuard.Security.Deployment.Repository
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public ConnectionState State { get; }
Visual Basic (Declaration)
Public ReadOnly Property State As ConnectionState

Implements

IDbConnection..::.State

See Also