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.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
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