Click or drag to resize
ExpressionOperandToValue Method
Resolves the passed in operand to its value at runtime.

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 OperandToValue(
	IExpressionElement operand,
	IEntityCore entity
)

Parameters

operand
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpressionElement
The operand to resolve.
entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to resolve the operand on

Return Value

Type: Object
the value the operand resolves to
See Also