SqlTriggerOperations Class

Definition

Trigger operation name constants for the Sql connector. Use these constants with the [ConnectorTrigger] attribute's OperationName property and with the Connector Namespace TriggerConfig operationName field.

public static class SqlTriggerOperations
type SqlTriggerOperations = class
Public Class SqlTriggerOperations
Inheritance
SqlTriggerOperations

Fields

Name Description
OnNewItems

When an item is created (V2). Payload type: SqlOnNewItemsTriggerPayload.

OnUpdatedItems

When an item is modified (V2). Payload type: SqlOnUpdatedItemsTriggerPayload.

Applies to