IncludeFiltersAsViews
Set this to true if you want to expose filters for the modules as views.
データ型
bool
デフォルト値
true
解説
You can query the filtered modules like you would query the views:
SELECT * FROM [Filter_Cases_Open Cases]
where "Cases" is the name of the module and "Open Cases" is the name of the filter applied to that module.
Use the connection property ModulesFiltersList to control the list of filters that the 本製品 exposes (as a View) for each module.