Class FdoBinaryExpression
A binary expression that consists of a left and right hand side expression and binary operator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.FDO.Expressions
Assembly: OSGeo.FDO.Expressions.dll
Syntax
public class FdoBinaryExpression : FdoExpression
Properties
| Improve this Doc View SourceExpressionType
The epxression type
Declaration
public override ExpressionType ExpressionType { get; }
Property Value
Type | Description |
---|---|
ExpressionType |
Overrides
| Improve this Doc View SourceLeft
The left hand expression
Declaration
public FdoExpression Left { get; }
Property Value
Type | Description |
---|---|
FdoExpression |
Operator
The binary operator
Declaration
public BinaryOperator Operator { get; }
Property Value
Type | Description |
---|---|
BinaryOperator |
Right
The right hand expression
Declaration
public FdoExpression Right { get; }
Property Value
Type | Description |
---|---|
FdoExpression |