Click or drag to resize
IExpressionInterpretGetValue 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 GetValue(
	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