Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetCount Method

Note: This API is now obsolete.

Gets the number of items matching the given condition. Does not check the license when retrieving data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use member CMS.DataEngine.Query.GetCount<TInfo>(this ObjectQuery<TInfo>) instead.")]
public static int GetCount(
	Action<TQuery> parameters = null
)

Parameters

parameters (Optional)
Type: SystemActionTQuery
Parameters to apply to the query

Return Value

Type: Int32
See Also