Click or drag to resize

GeneralRepositoryGetAllStreamingTEntity(ExpressionFuncTEntity, Boolean, GetAllOptions, ISubEntityFetchPlan) Method


Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public ICollection<TEntity> GetAllStreaming<TEntity>(
	Expression<Func<TEntity, bool>> predicate = null,
	GetAllOptions options = GetAllOptions.ExcludeDeleted,
	ISubEntityFetchPlan subEntityFetchPlan = null
)
where TEntity : new(), NetForumEntity

Parameters

predicate  ExpressionFuncTEntity, Boolean  (Optional)
 
options  GetAllOptions  (Optional)
 
subEntityFetchPlan  ISubEntityFetchPlan  (Optional)
 

Type Parameters

TEntity

Return Value

ICollectionTEntity
See Also