QuantifierType 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.
Type of quantifier for expanding trigger expressions.
public enum QuantifierType
type QuantifierType =
Public Enum QuantifierType
- Inheritance
-
QuantifierType
Fields
Name | Value | Description |
---|---|---|
All | 0 | Within a clause, duplicate any predicate with variable for each possible binding. |
Any | 1 | Create a new clause for each possible binding of variable. |