BaseInfoGeneralizedInfoWrapperGetCount Method |
Gets count of the objects filtered by given where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public int GetCount(
string where,
int topN
)
Parameters
- where
- Type: SystemString
Where condition - topN
- Type: SystemInt32
Top N records
Return Value
Type:
Int32See Also