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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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