The returned DataTable object contains column data about the current notification in the following order:
Column Name | Description |
---|---|
ResourceName | A string that represents the name of the invalidated object in the format <SchemaName>.<ObjectName>. |
Info | One of the OracleNotificationInfo values. Represents the information about the database event that occurs on a resource. |
Rowid | A string that represents the rowid for the invalidated table row. This value can be NULL. |
QueryId | The Id of a query, for which the notification was sent. You can determine for which query the notification was sent using the RegisteredQueryIds and RegisteredResources properties of OracleDependency. This column is filled only for query result change notification. |