DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Transactions.TableConstraintAlteredEvent Class Reference

A transaction event that caused the alteration of a constraints in the table given. More...

Inheritance diagram for Deveel.Data.Transactions.TableConstraintAlteredEvent:
Deveel.Data.Transactions.ITableEvent Deveel.Data.Transactions.ITransactionEvent

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...
 

Detailed Description

A transaction event that caused the alteration of a constraints in the table given.

Definition at line 24 of file TableConstraintAlteredEvent.cs.

Constructor & Destructor Documentation

Deveel.Data.Transactions.TableConstraintAlteredEvent.TableConstraintAlteredEvent ( int  tableId)
inline

Constructs the event object for the table identified by the unique number given.

Parameters
tableIdThe table unique identifier number.

Definition at line 30 of file TableConstraintAlteredEvent.cs.

Property Documentation

int Deveel.Data.Transactions.TableConstraintAlteredEvent.TableId
getprivate set

Definition at line 34 of file TableConstraintAlteredEvent.cs.


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