Search Results for

    Show / Hide Table of Contents

    Class FdoBinaryExpression

    A binary expression that consists of a left and right hand side expression and binary operator

    Inheritance
    System.Object
    FdoParseable
    FdoExpression
    FdoBinaryExpression
    Inherited Members
    FdoExpression.ParseableType
    FdoExpression.Parse(String)
    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 Source

    ExpressionType

    The epxression type

    Declaration
    public override ExpressionType ExpressionType { get; }
    Property Value
    Type Description
    ExpressionType
    Overrides
    FdoExpression.ExpressionType
    | Improve this Doc View Source

    Left

    The left hand expression

    Declaration
    public FdoExpression Left { get; }
    Property Value
    Type Description
    FdoExpression
    | Improve this Doc View Source

    Operator

    The binary operator

    Declaration
    public BinaryOperator Operator { get; }
    Property Value
    Type Description
    BinaryOperator
    | Improve this Doc View Source

    Right

    The right hand expression

    Declaration
    public FdoExpression Right { get; }
    Property Value
    Type Description
    FdoExpression
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng