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

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.v18.2.dll

Declaration

public void Initialize(
    IEnumerable entityTypes
)

Parameters

Name Type Description
entityTypes IEnumerable

A collection of available persistent object classes.

See Also