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

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

Parameters

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

Return Value

Type: Int32
See Also