SqlScriptOperatorType enumeration

SqlScriptOperatorType enumeration

Represents the type of operating data.

The SqlScriptOperatorType type exposes the following members:

Fields

FieldDescription
INSERTInsert data.
UPDATEUpdate data.
DELETEDelete data.

See Also