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

Namespace: Smartsite.Core.EventSynchronizationClient
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[(Namespace = "http://schemas.datacontract.org/2004/07/Smartsite.Data")]
[("System.Runtime.Serialization", "3.0.0.0")]
public enum TableChangeAction
Visual Basic (Declaration)Copy imageCopy Code
<(Namespace := "http://schemas.datacontract.org/2004/07/Smartsite.Data")> _
<("System.Runtime.Serialization", "3.0.0.0")> _
Public Enumeration TableChangeAction

Members

Member nameDescription
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

Advanced