Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetCount Method
Gets count of the objects filtered by given where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public int GetCount(
	string where,
	int topN
)

Parameters

where
Type: SystemString
Where condition
topN
Type: SystemInt32
Top N records

Return Value

Type: Int32
See Also