Class FdoFunction
An FDO function expression
Inherited Members
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 SourceArguments
The list of arguments passed in
Declaration
public List<FdoExpression> Arguments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FdoExpression> |
ExpressionType
The expression type
Declaration
public override ExpressionType ExpressionType { get; }
Property Value
Type | Description |
---|---|
ExpressionType |
Overrides
| Improve this Doc View SourceIdentifier
The name of the function
Declaration
public FdoIdentifier Identifier { get; }
Property Value
Type | Description |
---|---|
FdoIdentifier |