DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A transaction event that caused the alteration of a constraints in the table given. More...
Public Member Functions | |
TableConstraintAlteredEvent (int tableId) | |
Constructs the event object for the table identified by the unique number given. More... | |
Properties | |
int | TableId [get, private set] |
Properties inherited from Deveel.Data.Transactions.ITableEvent | |
int | TableId [get] |
Gets the unique identifier of the table within the system. More... | |
A transaction event that caused the alteration of a constraints in the table given.
Definition at line 24 of file TableConstraintAlteredEvent.cs.
|
inline |
Constructs the event object for the table identified by the unique number given.
tableId | The table unique identifier number. |
Definition at line 30 of file TableConstraintAlteredEvent.cs.
|
getprivate set |
Definition at line 34 of file TableConstraintAlteredEvent.cs.