Click or drag to resize
DataQuerySourceGetCount 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: 9.0.0
Syntax
C#
public virtual int GetCount(
	DataQuerySourceParameters parameters
)

Parameters

parameters
Type: CMS.DataEngineDataQuerySourceParameters
Source parameters

Return Value

Type: Int32
See Also