Gets count of the objects filtered by given where condition.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected int GetCount(
	string where,
	int topN
)
Parameters
- where
- Type: SystemString
 Where condition
- topN
- Type: SystemInt32
 Top N records
Return Value
Type: 
Int32 See Also
See Also