GeneralRepositoryGetAllStreamingTEntity(ExpressionFuncTEntity, Boolean, GetAllOptions, ISubEntityFetchPlan) Method

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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