Click or drag to resize
ExpressionPerformGetValue Method
Produces the value for this expression for the entity passed in. This routine is used by IExpressionInterpret.GetValue and is used to evaluate an expression at runtime for in-memory filtering/sorting.

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
protected virtual Object PerformGetValue(
	IEntityCore entity
)

Parameters

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

Return Value

Type: Object
The value the expression resolves to based on the entity passed in. Returns DBNull.Value if it resolves to null
See Also