C# Класс Deveel.Data.Transactions.TableConstraintAlteredEvent

A transaction event that caused the alteration of a constraints in the table given.
Наследование: Deveel.Data.Diagnostics.Event, ITableEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
TableConstraintAlteredEvent ( int tableId ) : System

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

Описание методов

TableConstraintAlteredEvent() публичный Метод

Constructs the event object for the table identified by the unique number given.
public TableConstraintAlteredEvent ( int tableId ) : System
tableId int The table unique identifier number.
Результат System