AbstractInfoProviderTInfo, TProvider, TQueryGetCountInternal Method |
Gets the number of items matching the given parameters. Does not check the license when retrieving data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected int GetCountInternal(
Action<TQuery> parameters = null
)
Parameters
- parameters (Optional)
- Type: SystemActionTQuery
Parameters to apply to the query
Return Value
Type:
Int32See Also