Click or drag to resize

RepositorySettingsT(ExpressionFuncT, Boolean) Constructor

Constructor

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

Parameters

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