Show / Hide Table of Contents

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.

  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.