Search Results for

    Show / Hide Table of Contents

    Class FdoBinaryLogicalOperator

    A binary logical operator

    Inheritance
    System.Object
    FdoParseable
    FdoFilter
    FdoLogicalOperator
    FdoBinaryLogicalOperator
    Inherited Members
    FdoFilter.ParseableType
    FdoFilter.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 FdoBinaryLogicalOperator : FdoLogicalOperator

    Properties

    | Improve this Doc View Source

    FilterType

    The filter type

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

    Left

    The left-hand side expression

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

    Operator

    The logical operator

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

    Right

    The right-hand side expression

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