OracleRowidInfo Enumeration

OracleRowidInfo enumeration values specify whether ROWID information is included as part of the ChangeNotificationEventArgs or not.

Table 8-28 lists all the OracleRowidInfoenumeration values with a description of each enumerated value.

Table 8-27 OracleRowidInfo Members

Member Name Description

Default

ROWID information is included only if OracleCommand.AddRowid property is set to true or if ROWID column is explicitly included in the query.

Include

ROWID information is included regardless of whether ROWID is included in the select-list of the query or not.

Exclude

ROWID information is not included regardless of whether ROWID is included in the select-list of the query or not.


Requirements

Namespace: Oracle.DataAccess.Client

Assembly: Oracle.DataAccess.dll

Microsoft .NET Framework Version: 1.0 or later