RepositoryReadOnlyTGetAll(ExpressionFuncT, IEnumerableNetForumEntity) Method

Retrieves a list of all known entities managed by this repository

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<T> GetAll(
	params Expression<Func<T, IEnumerable<NetForumEntity>>>[] collectionsToPreload
)

Parameters

collectionsToPreload  ExpressionFuncT, IEnumerableNetForumEntity
A set of NetForumSubEntityCollectionAttribute annotated collections which should be preloaded, overriding any defaults or FetchStrategyHintAttribute on the collection property itself.

Return Value

IReadOnlyCollectionT
The requested list

See Also