DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
An object that defines the arguments of an event, used to find triggers associated. More...
Public Member Functions | |
TriggerEventInfo (ObjectName tableName, TriggerEventType eventType) | |
Constructs the TriggerEventInfo object for the given table name and event type. More... | |
Properties | |
ObjectName | TableName [get, private set] |
Gets the fully qualified name of the table where the event happened. More... | |
TriggerEventType | EventType [get, private set] |
Gets the type of event that happened on the table. More... | |
An object that defines the arguments of an event, used to find triggers associated.
Definition at line 24 of file TriggerEventInfo.cs.
|
inline |
Constructs the TriggerEventInfo object for the given table name and event type.
tableName | The fully qualified name of the table. |
eventType | The type of event that happened on the table. |
ArgumentNullException | If the given tableName is null . |
Definition at line 34 of file TriggerEventInfo.cs.
|
getprivate set |
Gets the type of event that happened on the table.
Definition at line 50 of file TriggerEventInfo.cs.
|
getprivate set |
Gets the fully qualified name of the table where the event happened.
Definition at line 45 of file TriggerEventInfo.cs.