This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Notify this Database object that all the tables in the database have changed. This is useful when an unknown set of tables has been changed or when someone wants all the caches to be flushed.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public void NotifyAllTablesChanged()
Visual Basic (Declaration)Copy imageCopy Code
Public Sub NotifyAllTablesChanged

See Also

Database Class
Smartsite.Data Namespace
Advanced