Click or drag to resize
DataQuerySettingsBaseTQueryTotalExpression Property
Total items expression. When defined, used instead default total items for a paged query.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public string TotalExpression { get; set; }

Property Value

Type: String

Implements

IDataQuerySettingsTotalExpression
See Also