Skip to main content

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

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

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

Parameters

Name Type Description
filters DBSetFilter[]

An array of DBSetFilter objects.

dbTables IDictionary<String, DBTable>

Initializes a wizard page with the list of available tables and filters. A dictionary, specifying a value pair that includes the DBSet‘s name and the DBTable.

See Also