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

A table was accessed during the transaction.
Наследование: Deveel.Data.Diagnostics.Event, ITableEvent
Показать файл Открыть проект

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

Метод Описание
TableAccessEvent ( int tableId, ObjectName tableName ) : System

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

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

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

Constructs the event object for the table identified by the unique number given and its unique name.
public TableAccessEvent ( int tableId, ObjectName tableName ) : System
tableId int The table unique identifier number.
tableName ObjectName The unique name of the table accessed.
Результат System