IUserSessionCountT Method Ingeniux CMS Content Store API

Gets the count of query results

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

int Count<T>(
	IEnumerable<T> queryResults
)

Parameters

queryResults
Type: System.Collections.GenericIEnumerableT
Collection of query results

Type Parameters

T
Entity type in the query results

Return Value

Type: Int32
Count of results.
See Also

Reference