Click or drag to resize
IEntityFactory2GetEntityTypeFilter Method (Boolean)
Gets a predicateexpression which filters on the entity with type belonging to this factory. Uses string.Empty for object alias

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IPredicateExpression GetEntityTypeFilter(
	bool negate
)

Parameters

negate
Type: SystemBoolean
Flag to produce a NOT filter, (true), or a normal filter (false).

Return Value

Type: IPredicateExpression
ready to use predicateexpression, or an empty predicate expression if the belonging entity isn't a hierarchical type.
See Also