Skip to main content
A newer version of this page is available. .

SqlDataConnection.IsConnected Property

Indicates whether or not the data connection is currently active.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public override bool IsConnected { get; }

Property Value

Type Description
Boolean

true if the data connection is active; otherwise false.

See Also