Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Creating Add-ons > Add-on Collections > Collection Installation File > Collection File Addon Node > Collection File Page Interface Form Node > Collection File Setting Interface Tab node > Collection File Setting Interface DbQuery Node

Collection File Setting Interface DbQuery Node

use the DbQuery to display the results of a query on a settings page.

An example of a DbQuery might be to display the modified date of the most recent record in your content.

<DbQuery caption="" dataSourceName="" description="" rowmax="100">SQL Statement</DbQuery>

Caption is used as a caption next the result of the query.

DataSourceName is system datasource used for the query. Default is 'default'.

RowMax is the limit of rows that should be returned. The default is 100.

This page was last reviewed 5/19/2021 4:39:22 PM