IDBFilterStrategyTBuildPredicate Method

Definition

Namespace: PCB_Investigator.Automation.DBFilter
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Expression<Func<T, bool>> BuildPredicate(
	DBFilterInfoDBFilterParameter fp,
	bool and
)

Parameters

fp  DBFilterInfoDBFilterParameter
 
and  Boolean
 

Return Value

ExpressionFuncT, Boolean

See Also