DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
void | SetTableState (OldNewTableState tableState) |
Properties | |
OldNewTableState | TableState [get] |
Gets an object that olds the state before and after a table event. More... | |
Definition at line 20 of file ITableStateHandler.cs.
void Deveel.Data.Sql.Triggers.ITableStateHandler.SetTableState | ( | OldNewTableState | tableState | ) |
Implemented in Deveel.Data.Transactions.Transaction.
|
get |
Gets an object that olds the state before and after a table event.
Definition at line 24 of file ITableStateHandler.cs.