RepositorySettingsT(ExpressionFuncT, Boolean) Constructor

Constructor

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public RepositorySettings(
	Expression<Func<T, bool>> predicate
)

Parameters

predicate  ExpressionFuncT, Boolean
Predicate for filtering the entities that this repository returns

See Also