RepositorySettingsT(RepositoryCachingBehavior, ExpressionFuncT, Boolean) Constructor

Constructor

Definition

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

Parameters

cachingBehavior  RepositoryCachingBehavior
Determines if a repository should cache its entities
predicate  ExpressionFuncT, Boolean
Predicate for filtering the entities that this repository returns

See Also