SubqueryComparisonPredicateType 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 comparison predicates that involve a subquery.
[System.Serializable]
public enum SubqueryComparisonPredicateType[<System.Serializable>]
type SubqueryComparisonPredicateType = Public Enum SubqueryComparisonPredicateType- Inheritance
- 
				SubqueryComparisonPredicateType
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | Nothing was defined. | 
| All | 1 | ALL was used. | 
| Any | 2 | ANY was used.. |