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

IChooseXPObjectSourceEntityTypePageView.Initialize(IEnumerable) Method

If implemented, initializes the Choose an Entity Type wizard page with the list of available entity types.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void Initialize(
    IEnumerable entityTypes
)

Parameters

Name Type Description
entityTypes IEnumerable

A collection of available persistent object classes.

See Also