Click or drag to resize
FunctionMappingExpressionIExpressionLeftOperand Property
Gets the left operand.

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

Property Value

Type: IExpressionElement
The left operand.

Implements

IExpressionLeftOperand
See Also