December 2013
Intermediate to advanced
1872 pages
153h 31m
English
Managed triggers are static methods of a .NET class decorated with the SqlTrigger attribute. SqlTrigger has three named parameters:
Event—A required string-valued parameter that tells SQL Server which type of trigger you’re defining, as is done when defining T-SQL triggers.
Target—A required string-valued parameter that tells SQL Server which schema and table you’re attaching the trigger to.
Name—An optional string parameter ...