Class FdoInCondition
An FDO IN condition
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 FdoInCondition : FdoSearchCondition
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 SourceIdentifier
The identifier
Declaration
public FdoIdentifier Identifier { get; }
Property Value
Type | Description |
---|---|
FdoIdentifier |
ValueList
The list of values to compare against
Declaration
public List<FdoValueExpression> ValueList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FdoValueExpression> |