Search Results for

    Show / Hide Table of Contents

    Class FdoFunction

    An FDO function expression

    Inheritance
    System.Object
    FdoParseable
    FdoExpression
    FdoFunction
    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 FdoFunction : FdoExpression

    Properties

    | Improve this Doc View Source

    Arguments

    The list of arguments passed in

    Declaration
    public List<FdoExpression> Arguments { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<FdoExpression>
    | 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

    Identifier

    The name of the function

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