Click or drag to resize
IPredicateInterpret Interface
Interface which is used internally on a Predicate class to make the predicate interpret itself on the passed in entity.

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
public interface IPredicateInterpret

The IPredicateInterpret type exposes the following members.

Methods
  NameDescription
Public methodInterpret
Interprets the implementing class on the entity passed in.
Top
See Also