DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Properties | List of all members
Deveel.Data.Transactions.ITableEvent Interface Reference

Defines a transaction event whose object is a database table identified. More...

Inheritance diagram for Deveel.Data.Transactions.ITableEvent:
Deveel.Data.Transactions.ITransactionEvent Deveel.Data.Transactions.TableAccessEvent Deveel.Data.Transactions.TableConstraintAlteredEvent Deveel.Data.Transactions.TableCreatedEvent Deveel.Data.Transactions.TableDroppedEvent Deveel.Data.Transactions.TableRowEvent

Properties

int TableId [get]
 Gets the unique identifier of the table within the system. More...
 

Detailed Description

Defines a transaction event whose object is a database table identified.

Definition at line 26 of file ITableEvent.cs.

Property Documentation

int Deveel.Data.Transactions.ITableEvent.TableId
get

Gets the unique identifier of the table within the system.

See also
TableInfo.Id

Definition at line 31 of file ITableEvent.cs.


The documentation for this interface was generated from the following file: