OracleConfiguration Command Properties

OracleConfiguration Command properties are listed in Table 6-39.

Table 6-39 OracleConfiguration Command Properties

Property Description

AddOracleTypesDeserialization

Adds ODP.NET-specific data types to the “allow” list to permit deserialization into DataSet or DataTable

BindByName

Specifies whether the binding method used for the parameter collection is by name or by position

CommandTimeout

Specifies the number of seconds the command is allowed to execute before terminating the execution with an exception

GetDecimalRetainTrailingZeros

Specifies whether to retain trailing zeros from an Oracle NUMBER in a .NET Decimal

MapVectorColumnAsClob

Specifies whether to retrieve vector types as native vectors or CLOB/VARCHAR2 in .NET

Not available in ODP.NET, Unmanaged Driver

ProviderTypeNLSSensitiveToString

Specifies whether to honor the data type's NLS format when the ToString() method is called

Not available in ODP.NET, Unmanaged Driver

UseClientInitiatedCQN

Specifies whether to use Client Initiated Continuous Query Notification (CICQN) or traditional Continuous Query Notification (CQN) that does not rely on a persistent connection