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()
    public string[] ResourceNames {get;}

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also