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

EFDataConnection.IsConnected Property

Specifies whether or not the data connection is currently active.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

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

Property Value

Type Description
Boolean

true if the data connection is active; otherwise false.

See Also