This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Enumeration of actions performed on the table.
Namespace: Smartsite.Data
Assembly: Smartsite.Data (in Smartsite.Data.dll)
Syntax
C# | Copy Code |
---|---|
public enum TableChangeAction |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration TableChangeAction |
Members
Member name | Description | |
---|---|---|
RowsUpdated |
One or more rows have been updated
| |
RowsInserted |
One or more rows have been inserted
| |
RowsDeleted |
One or more rows have been deleted
| |
ActionUnknown |
The action performed on the database is unknown.
|
See Also
Smartsite.Data Namespace