Skip to main content

SqlDataConnection.IsConnected Property

Indicates whether or not the data connection is currently active.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public override bool IsConnected { get; }

#Property Value

Type Description
Boolean

true if the data connection is active; otherwise false.

See Also