Search Results for

    Show / Hide Table of Contents

    Class FdoBooleanValue

    An FDO boolean value

    Inheritance
    System.Object
    FdoParseable
    FdoExpression
    FdoValueExpression
    FdoLiteralValue
    FdoDataValue
    FdoBooleanValue
    Inherited Members
    FdoDataValue.DataType
    FdoLiteralValue.LiteralValueType
    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 FdoBooleanValue : FdoDataValue

    Properties

    | Improve this Doc View Source

    ExpressionType

    The expression type

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

    Value

    The boolean value

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