Click or drag to resize

IUserSessionCompositeListT Method


Retrieves the collection of all objects of a given type as well as all objects related to the object type. The includeExpression defines what to include.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IRavenQueryable<T> CompositeList<T>(
	params Expression<Func<T, Object>>[] includeExpressions
)

Parameters

includeExpressions
Type: System.Linq.ExpressionsExpressionFuncT, Object
The callbacks to determine what additional objects are retrieved together

Type Parameters

T
Type of the objects to retrieve

Return Value

Type: IRavenQueryableT
Collection of objects with a given type. At the same time, included objects are retireved to reduce content-store calls. Deferred execution.
See Also