BinaryQueryExpressionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of query expressions that have two query expressions as children.
public enum BinaryQueryExpressionType
type BinaryQueryExpressionType =
Public Enum BinaryQueryExpressionType
- Inheritance
-
BinaryQueryExpressionType
Fields
Name | Value | Description |
---|---|---|
Union | 0 | |
Except | 1 | |
Intersect | 2 |