Click or drag to resize

ExpressionConvertObjectOperandToExpressionElement Method

Converts the object operand to expression element.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual IExpressionElement ConvertObjectOperandToExpressionElement(
	Object operand
)

Parameters

operand
Type: SystemObject
The operand.

Return Value

Type: IExpressionElement
the operand as a IExpressionElement.
See Also