INotifyUpdate

By implementing in the class by which IVVForm was defined, you can notice update of a database.

void NotifyUpdate(UpdateType type, FirebirdTable table, object[] param);

Occurs when a update notice is received.

type

Contents which updated.

table

Table which updated.

param

Details of the updated item. This differs in the argument contained with the value of type. If it is values other than these, arguments does not exist.


*1 The table alias after updating gets by FirebirdTable.Alias.