Click or drag to resize
IExpressionInterpret Interface
Interface which is used internally on an Expression class to make the expression 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 IExpressionInterpret

The IExpressionInterpret type exposes the following members.

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