Skip to main content

SqlDataConnection.IsConnected Property

Indicates whether or not the data connection is currently active.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override bool IsConnected { get; }

Property Value

Type Description
Boolean

true if the data connection is active; otherwise false.

See Also