Trigger Class
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.
A trigger is a combination of a trigger expression and the corresponding action.
public class Trigger
type Trigger = class
Public Class Trigger
- Inheritance
-
Trigger
Properties
Action |
Gets action to take when trigger is true. |
Clauses |
Gets list of expressions converted into Disjunctive Normal Form where ! is pushed to the leaves and there is an implicit || between clauses and && within a clause. |
OriginalExpression |
Gets the original trigger expression. |
Methods
Matches(Clause, Object) |
Determines whether there is a member in the current Clause that matches the nodeClause parameter. |
Relationship(Trigger, Dictionary<String,IPredicateComparer>) |
Determines the relationship between current instance and another Trigger instance. |
ToString() |
Returns a string that represents the current object. |
ToString(StringBuilder, Int32) |
Returns a string that represents the current object. |