GeneralRepositoryGetAllQueryResultsTEntity(ExpressionFuncTEntity, Boolean, GetAllOptions, ISubEntityFetchPlan) Method

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IIgnitionQueryResult<TEntity> GetAllQueryResults<TEntity>(
	Expression<Func<TEntity, bool>> predicate,
	GetAllOptions options,
	ISubEntityFetchPlan subEntityFetchPlan
)
where TEntity : new(), NetForumEntity

Parameters

predicate  ExpressionFuncTEntity, Boolean
 
options  GetAllOptions
 
subEntityFetchPlan  ISubEntityFetchPlan
 

Type Parameters

TEntity

Return Value

IIgnitionQueryResultTEntity

See Also