SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | Properties | List of all members
SQLite.NotifyTableChangedEventArgs Class Reference

Arguments for the Notification Event More...

Inheritance diagram for SQLite.NotifyTableChangedEventArgs:

Public Member Functions

 NotifyTableChangedEventArgs (TableMapping table, NotifyTableChangedAction action)
 Constructor More...
 

Properties

TableMapping Table [get]
 the mapping of the table for the notification More...
 
NotifyTableChangedAction Action [get]
 The action on the notification More...
 

Detailed Description

Arguments for the Notification Event

Constructor & Destructor Documentation

◆ NotifyTableChangedEventArgs()

SQLite.NotifyTableChangedEventArgs.NotifyTableChangedEventArgs ( TableMapping  table,
NotifyTableChangedAction  action 
)

Constructor

Parameters
table
action

Property Documentation

◆ Action

NotifyTableChangedAction SQLite.NotifyTableChangedEventArgs.Action
get

The action on the notification

◆ Table

TableMapping SQLite.NotifyTableChangedEventArgs.Table
get

the mapping of the table for the notification


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