| EntityFactoryCore2GetEntityTypeFilter Method (Boolean) | 
 
            Gets a predicateexpression which filters on the entity with type belonging to this factory.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic IPredicateExpression GetEntityTypeFilter(
	bool negate
)
Public 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: 
IPredicateExpression
            ready to use predicateexpression, or an empty predicate expression if the belonging entity isn't a hierarchical type.
            
Implements
IEntityFactory2GetEntityTypeFilter(Boolean)
See Also