Skip to main content

EFDataConnection.IsConnected Property

Specifies whether or not the data connection is currently active.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

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

Property Value

Type Description
Boolean

true if the data connection is active; otherwise false.

See Also