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: 9.0.565.0 (9.0.565)
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: IRavenQueryableTCollection of objects with a given type. At the same time, included objects are retireved to reduce content-store calls. Deferred execution.
See Also