Click or drag to resize

IUserSessionCountT Method


Gets the count of query results

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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