Enum ExpressionType
FDO expression types
Namespace: OSGeo.FDO.Expressions
Assembly: OSGeo.FDO.Expressions.dll
Syntax
public enum ExpressionType
Fields
| Name | Description |
|---|---|
| BinaryExpression | Binary expression |
| BooleanValue | Boolean value |
| DateTimeValue | DateTime value |
| DoubleValue | Double value |
| Function | Function |
| GeometryValue | Geometry value |
| Identifier | Identifier |
| Int32Value | Int32 value |
| Parameter | Parameter |
| StringValue | String value |
| UnaryExpression | Unary expression |