dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNotificationEventArgs Class / ResourceNames Property

In This Topic
ResourceNames Property
In This Topic
Gets the database resources related to the current notification.
Syntax
'Declaration
 
Public ReadOnly Property ResourceNames As String()
 

Property Value

The list of related resources.
Remarks
The ResourceNames property contains information about the invalidated object names in the format <SchemaName>.<ObjectName>. To obtain more detailed information about the changes for invalidated objects, use the Details property.
See Also