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.4.0.0 (5.4.0)
SyntaxIPredicateExpression GetEntityTypeFilter(
	bool negate
)
Function GetEntityTypeFilter ( 
	negate As Boolean
) As IPredicateExpression
Parameters
- negate
 - Type: SystemBoolean
Flag to produce a NOT filter, (true), or a normal filter (false).  
Return Value
Type: 
IPredicateExpressionready to use predicateexpression, or an empty predicate expression if the belonging entity isn't a hierarchical type.
See Also