Class FdoExpression
The base class of all FDO expressions
Inheritance
System.Object
FdoExpression
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 abstract class FdoExpression : FdoParseable
Properties
| Improve this Doc View SourceExpressionType
The expression type
Declaration
public abstract ExpressionType ExpressionType { get; }
Property Value
Type | Description |
---|---|
ExpressionType |
ParseableType
The parseable type
Declaration
public override FdoParseableType ParseableType { get; }
Property Value
Type | Description |
---|---|
FdoParseableType |
Overrides
Methods
| Improve this Doc View SourceParse(String)
Parses the given FDO expression string
Declaration
public static FdoExpression Parse(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
FdoExpression |