DelegatePredicateTEntityInterpretPredicate Method  | 
 
            Interprets this predicate on the passed in entity
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxprotected override bool InterpretPredicate(
	IEntityCore entity
)
Protected Overrides Function InterpretPredicate ( 
	entity As IEntityCore
) As Boolean
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to interpret this predicate on 
Return Value
Type: 
Boolean
            true if the predicate interpretation resolves to true, otherwise false.
            
RemarksBy default this method throws a NotSupported exception. It is only implemented on predicates which can be used
            for in-memory filtering.
See Also