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

IConfigureEFFiltersPageView.Initialize(DBSetFilter[], IDictionary<String, DBTable>) Method

Initializes a wizard page with the list of available tables and filters.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void Initialize(
    DBSetFilter[] filters,
    IDictionary<string, DBTable> dbTables
)

Parameters

Name Type Description
filters DBSetFilter[]

An array of DBSetFilter objects.

dbTables IDictionary<String, DBTable>

A dictionary, specifying a value pair that includes the DBSet‘s name and the DBTable.

See Also