Click or drag to resize

FunctionMappingExpression.IExpression.LeftOperand Property

Gets the left operand.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
IExpressionElement IExpression.LeftOperand { get; }

Property Value

Type: IExpressionElement
The left operand.

Implements

IExpression.LeftOperand
See Also