Click or drag to resize
MemoryDataQuerySourceGetCount 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 override int GetCount(
	DataQuerySourceParameters parameters
)

Parameters

parameters
Type: CMS.DataEngineDataQuerySourceParameters
Source parameters

Return Value

Type: Int32
See Also