Inherits: CMSBaseProperties - common properties
Property Name
|
Description
|
Sample Value
|
GeneralConnection
|
GeneralConnection instance. If it's not specified, a new instance of the GeneralConnection is created and returned.
|
|
QueryName
|
Query name in format application.class.query.
|
"cms.news.selectlatest"
|
QueryParameters
|
Query parameters. The first dimension contains the name of the parameter in format @param, the second dimension contains its value.
|
|
SelectTopN
|
Select top N rows.
|
5
|
|