Click or drag to resize

RepositorySettingsT(RepositoryCachingBehavior, ExpressionFuncT, Boolean) Constructor

Constructor

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