OracleNotificationInfo Enumeration
In This Topic
Specifies the operation, for which a notification is received from Oracle server.
Syntax
Members
Member | Description |
AllOps | Any operation (used for operations filter only). |
AllRows | All rows in a table are affected (for example, table is truncated, a column is added, and so on). |
Alter | An object is altered. |
Delete | A row is deleted. |
Drop | An object or database is dropped. |
Insert | A row is inserted. |
Unknown | The reason is unknown. |
Update | A row is updated. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.OracleNotificationInfo
See Also