Skip to main content

EFDataSource(IContainer) Constructor

Initializes a new instance of the EFDataSource class with a specified container.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public EFDataSource(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object implementing the IContainer interface that specifies the container of the EFDataSource.

See Also