RepositoryReadOnlyTGetAll(ExpressionFuncT, IEnumerableNetForumEntity) Method
Retrieves a list of all known entities managed by this repository
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<T> GetAll(
params Expression<Func<T, IEnumerable<NetForumEntity>>>[] collectionsToPreload
)
Public Function GetAll (
ParamArray collectionsToPreload As Expression(Of Func(Of T, IEnumerable(Of NetForumEntity)))()
) As IReadOnlyCollection(Of T)
public:
virtual IReadOnlyCollection<T>^ GetAll(
... array<Expression<Func<T, IEnumerable<NetForumEntity^>^>^>^>^ collectionsToPreload
) sealed
abstract GetAll :
collectionsToPreload : Expression<Func<'T, IEnumerable<NetForumEntity>>>[] -> IReadOnlyCollection<'T>
override GetAll :
collectionsToPreload : Expression<Func<'T, IEnumerable<NetForumEntity>>>[] -> IReadOnlyCollection<'T>
- collectionsToPreload ExpressionFuncT, IEnumerableNetForumEntity
-
A set of NetForumSubEntityCollectionAttribute annotated collections which should be preloaded,
overriding any defaults or FetchStrategyHintAttribute on the collection property itself.
IReadOnlyCollectionTThe requested list