Class FdoUnaryLogicalOperator
An FDO unary logical operator
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 FdoUnaryLogicalOperator : FdoLogicalOperator
Properties
| Improve this Doc View SourceFilterType
The filter type
Declaration
public override FilterType FilterType { get; }
Property Value
Type | Description |
---|---|
FilterType |
Overrides
| Improve this Doc View SourceNegatedFilter
The negated filter
Declaration
public FdoFilter NegatedFilter { get; }
Property Value
Type | Description |
---|---|
FdoFilter |