Method | Description | |
---|---|---|
DeclareTrigger ( this context, |
||
DropTrigger ( this context, string triggerName ) : bool | ||
FindTrigger ( this context, string triggerName ) : |
||
FireTriggers ( this context, IRequest request, |
||
TriggerExists ( this context, string triggerName ) : bool |
public static DeclareTrigger ( this context, |
||
context | this | |
triggerInfo | ||
return | void |
public static DropTrigger ( this context, string triggerName ) : bool | ||
context | this | |
triggerName | string | |
return | bool |
public static FindTrigger ( this context, string triggerName ) : |
||
context | this | |
triggerName | string | |
return |
public static FireTriggers ( this context, IRequest request, |
||
context | this | |
request | IRequest | |
tableEvent | ||
return | void |
public static TriggerExists ( this context, string triggerName ) : bool | ||
context | this | |
triggerName | string | |
return | bool |