Click or drag to resize
DataQuerySource.GetCount Method
Returns the number of rows in the result queried by this data source if GetData is called with the same parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual int GetCount(
	DataQuerySourceParameters parameters
)

Parameters

parameters
Type: CMS.DataEngine.DataQuerySourceParameters
Source parameters

Return Value

Type: Int32
See Also