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

DataConnectionBase.IsConnected Property

Specifies whether the connection to a database is currently active.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[Browsable(false)]
public abstract bool IsConnected { get; }

Property Value

Type Description
Boolean

true if the data connection is currently active; otherwise false.

See Also