dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / Direct Property

In This Topic
Direct Property (OracleConnection)
In This Topic
Indicates whether Direct mode of communicating with server should be used.
Syntax
'Declaration
 
Public Property Direct As Boolean
 

Property Value

true, if dotConnect for Oracle should interact with Oracle server directly; otherwise, false. The default value is false.
Remarks

When OracleConnection.Direct property is true, dotConnect for Oracle does not require Oracle client libraries installed. When a value is assigned to this property, the OracleConnection is closed. Refer to "Using Direct Mode" article for detailed information.

See Also