C# (CSharp) Deveel.Data.Sql.Triggers Trigger - 6 examples found. These are the top rated real world C# (CSharp) examples of Deveel.Data.Sql.Triggers.Trigger extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Represents an event fired at a given modification event (either INSERT, DELETE or UPDATE) at a given time (BEFORE or AFTER).
Event triggers can be of two different main categories: Callback, called for every modification event of the given type on any resource and notified only to the user clientProcedure, that executes a procedure (either external, internal or defined as the body of the trigger)