19 namespace Deveel.Data.Sql.Triggers {
35 if (tableName == null)
36 throw new ArgumentNullException(
"tableName");
38 TableName = tableName;
39 EventType = eventType;
TriggerEventType
The different types of high layer trigger events.
Describes the name of an object within a database.
An object that defines the arguments of an event, used to find triggers associated.
TriggerEventInfo(ObjectName tableName, TriggerEventType eventType)
Constructs the TriggerEventInfo object for the given table name and event type.