Search Results for

    Show / Hide Table of Contents

    Class FdoDataValue

    A data value

    Inheritance
    System.Object
    FdoParseable
    FdoExpression
    FdoValueExpression
    FdoLiteralValue
    FdoDataValue
    FdoBooleanValue
    FdoDateTimeValue
    FdoDoubleValue
    FdoInt32Value
    FdoStringValue
    Inherited Members
    FdoLiteralValue.LiteralValueType
    FdoExpression.ParseableType
    FdoExpression.ExpressionType
    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 abstract class FdoDataValue : FdoLiteralValue

    Constructors

    | Improve this Doc View Source

    FdoDataValue()

    Constructor

    Declaration
    protected FdoDataValue()

    Properties

    | Improve this Doc View Source

    DataType

    The data type

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