Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryUnionAllTableExpressionV3

Return the union of the specified result sets. We will remove the results that match the optional exception result sets. Note: The operation may return duplicate results since we do not perform deduplication.

Hierarchy

  • QueryUnionAllTableExpressionV3

Index

Properties

Properties

Optional except

except: string[]

Optional limit

limit: undefined | number

unionAll

unionAll: (QuerySetOperationTableExpressionV3 | string)[]