Class FdoUnaryExpression
An FDO unary 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 FdoUnaryExpression : FdoExpression
Properties
| Improve this Doc View SourceExpression
The expression
Declaration
public FdoExpression Expression { get; }
Property Value
Type | Description |
---|---|
FdoExpression |
ExpressionType
The expression type
Declaration
public override ExpressionType ExpressionType { get; }
Property Value
Type | Description |
---|---|
ExpressionType |