This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method NotifyTableChanged(String, TableChangeAction)
This method is called if someone wishes to notify this Database instance that a row in a database table has changed. It is important to notify this Database to keep cached database tables up to date.
Public method NotifyTableChanged(DatabaseTable, TableChangeAction)
This method is called if someone wishes to notify this Database instance that a row in a database table has changed. It is important to notify this Database to keep cached database tables up to date.

See Also

Database Class
Database Members
Smartsite.Data Namespace
Advanced