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

In This Topic
    Details Property
    In This Topic
    Gets detailed information about the current notification.
    Syntax
    'Declaration
     
    Public ReadOnly Property Details As DataTable
    public DataTable Details {get;}

    Property Value

    A DataTable object.
    Remarks

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