Click or drag to resize
DataQueryBaseTQueryTotalRecords Property
Gets the number of total records when paging is used. Gets updated once the query executes

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

Property Value

Type: Int32

Implements

IDataQueryTotalRecords
See Also