Skip Headers
Oracle® Data Provider for .NET Developer's Guide
11g Release 2 (11.2.0.4)

E23174-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

OracleRowidInfo Enumeration

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

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

Table 9-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

ODP.NET Version: ODP.NET for .NET Framework 2.0 or ODP.NET for .NET Framework 4