Skip to main content

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

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

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