Click or drag to resize
ExpressionIExpressionInterpretGetValue Method
Interprets the implementing expression class 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
Object IExpressionInterpret.GetValue(
	IEntityCore entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity.

Return Value

Type: Object
returns the value the expression resolves to for the entity passed in

Implements

IExpressionInterpretGetValue(IEntityCore)
See Also