Enum QueryConditionCombinationOperatorType
Specifies the combination operator type of one or two QueryConditions.
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public enum QueryConditionCombinationOperatorType : uint
Fields
Name | Description |
---|---|
And | Both conditions must be satisfied. |
Not | The condition must not be satisfied. |
Or | Either of the two conditions must be satisfied. |