DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A table was accessed during the transaction. More...
Public Member Functions | |
TableAccessEvent (int tableId, ObjectName tableName) | |
Constructs the event object for the table identified by the unique number given and its unique name. More... | |
Properties | |
int | TableId [get, private set] |
ObjectName | TableName [get, private set] |
Gets the database table unique name. More... | |
Properties inherited from Deveel.Data.Transactions.ITableEvent | |
int | TableId [get] |
Gets the unique identifier of the table within the system. More... | |
A table was accessed during the transaction.
Definition at line 25 of file TableAccessEvent.cs.
|
inline |
Constructs the event object for the table identified by the unique number given and its unique name.
tableId | The table unique identifier number. |
tableName | The unique name of the table accessed. |
Definition at line 32 of file TableAccessEvent.cs.
|
getprivate set |
Definition at line 37 of file TableAccessEvent.cs.
|
getprivate set |
Gets the database table unique name.
Definition at line 42 of file TableAccessEvent.cs.