Click or drag to resize
LogicalExpressionOperator Property
Gets the operator joining the left and right expression.

Namespace:  Intuit.Ipp.LinqExtender.Ast
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public LogicalOperator Operator { get; }

Property Value

Type: LogicalOperator
See Also