SqlTriggerAttribute::Event Property
.NET Framework (current version)
The type of trigger and what data manipulation language (DML) action activates the trigger.
Assembly: System.Data (in System.Data.dll)
The DML action that activates the trigger could be an UPDATE, a DELETE, or an INSERT action. The type of the trigger can be AFTER or INSTEAD OF. Specifying FOR for the trigger type is the same as specifying AFTER.
The Event property is required.
.NET Framework
Available since 2.0
Available since 2.0
Show: