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

EFDataSource.Connection Property

Specifies the connection for an EFDataSource.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public EFDataConnection Connection { get; }

Property Value

Type Description
EFDataConnection

A EFDataConnection object.

See Also