Class FdoFilter
The base class of all FDO filter expressions
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 FdoFilter : FdoParseable
Properties
| Improve this Doc View SourceFilterType
The filter type
Declaration
public abstract FilterType FilterType { get; }
Property Value
Type | Description |
---|---|
FilterType |
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 filter string
Declaration
public static FdoFilter Parse(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
FdoFilter |