22 namespace Deveel.Data.Sql.Triggers {
29 throw new ArgumentNullException(
"table");
32 EventType = eventType;
50 public RowId OldRowId {
get;
private set; }
55 public Row NewRow {
get;
private set; }
Defines the contract to access the data contained into a table of a database.
TriggerEventType
The different types of high layer trigger events.
TableEvent(ITable table, TriggerEventType eventType, RowId oldRowId, Row newRow)
A single row in a table of a database.
Exposes the context of an event fired on a table.
Defines the value of a ROWID object, that is a unique reference within a database system to a single ...