IPredicateInterpretInterpret Method  | 
 
            Interprets the implementing class on the entity passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxbool Interpret(
	IEntityCore entity
)
Function Interpret ( 
	entity As IEntityCore
) As Boolean
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
 
Return Value
Type: 
Booleantrue if the predicte resolves to true for this entity, false otherwise
See Also