Skip to main content

ChooseXPObjectSourceEntityTypePage.Initialize(IEnumerable) Method

Initializes the Choose an Entity Type wizard page with the list of available data members.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void Initialize(
    IEnumerable entityTypes
)

Parameters

Name Type Description
entityTypes IEnumerable

A collection of available persistent object classes.

See Also